LocationMode Enum

  • java.lang.Object
    • java.lang.Enum<LocationMode>
      • com.microsoft.azure.storage.LocationMode

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.

Inherited Members

com.microsoft.azure.storage._location_mode_1a78e5b42e5bdf8912602fc2990fbb966b

Applies to