LocationMode Enum
- java.
lang. Object - java.
lang. Enum<LocationMode> - com.
microsoft. azure. storage. LocationMode
- com.
- java.
public enum LocationMode
Specifies the ___location mode used to decide which ___location the request should be sent to.
Fields
PRIMARY_ONLY |
Requests should always be sent to the primary ___location. |
PRIMARY_THEN_SECONDARY |
Requests should always be sent to the primary ___location first. If the request fails, it should be sent to the secondary ___location. |
SECONDARY_ONLY |
Requests should always be sent to the secondary ___location. |