Enum LocationMode
- Namespace
- Microsoft.WindowsAzure.Storage.RetryPolicies
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Specifies the location mode to indicate which location should receive the request.
public enum LocationMode
Fields
PrimaryOnly = 0
Requests are always sent to the primary location.
PrimaryThenSecondary = 1
Requests are always sent to the primary location first. If a request fails, it is sent to the secondary location.
SecondaryOnly = 2
Requests are always sent to the secondary location.
SecondaryThenPrimary = 3
Requests are always sent to the secondary location first. If a request fails, it is sent to the primary location.