LocationMode Enumeration (Microsoft.WindowsAzure.Storage.RetryPolicies)
From Microsoft Windows Azure Storage Blob
LocationMode Enumeration
Specifies the location mode to indicate which location should receive the request.
Namespace:
Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description PrimaryOnly Requests are always sent to the primary location.
PrimaryThenSecondary Requests are always sent to the primary location first. If a request fails, it is sent to the secondary location.
SecondaryOnly Requests are always sent to the secondary location.
SecondaryThenPrimary Requests are always sent to the secondary location first. If a request fails, it is sent to the primary location.
Return to top
Specifies the location mode to indicate which location should receive the request.
Syntax
Members
| Member name | Description | |
|---|---|---|
| PrimaryOnly | Requests are always sent to the primary location. | |
| PrimaryThenSecondary | Requests are always sent to the primary location first. If a request fails, it is sent to the secondary location. | |
| SecondaryOnly | Requests are always sent to the secondary location. | |
| SecondaryThenPrimary | Requests are always sent to the secondary location first. If a request fails, it is sent to the primary location. |