Share via


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