LocationMode Enumeration
Specifies the location mode to indicate which location should receive the request.
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. |