Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
Modifier and Type | Method and Description |
---|---|
LocationMode |
RequestOptions.getLocationMode()
Gets the default location mode for this request.
|
LocationMode |
RetryContext.getLocationMode()
Gets the location mode for subsequent retries.
|
LocationMode |
RetryInfo.getUpdatedLocationMode()
Gets the location mode for subsequent retries.
|
static LocationMode |
LocationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationMode[] |
LocationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestOptions.setLocationMode(LocationMode locationMode)
Sets the
LocationMode for this request. |
void |
RetryInfo.setUpdatedLocationMode(LocationMode updatedLocationMode)
Sets the location mode for subsequent retries.
|
boolean |
StorageUri.validateLocationMode(LocationMode mode)
Validate that a URI exists for the specified
. |
Constructor and Description |
---|
RetryContext(int currentRetryCount,
RequestResult lastRequestResult,
StorageLocation nextLocation,
LocationMode locationMode)
Creates an instance of the
RequestResult class. |
Modifier and Type | Method and Description |
---|---|
LocationMode |
StorageRequest.getLocationMode() |
Modifier and Type | Method and Description |
---|---|
void |
StorageRequest.setLocationMode(LocationMode locationMode) |
Modifier and Type | Method and Description |
---|---|
void |
FileRequestOptions.setLocationMode(LocationMode locationMode)
Sets the
LocationMode for this request. |
Copyright © 2019. All rights reserved.