AZSStorageLocationMode Constants Reference
Declared in | AZSEnums.h |
---|
AZSStorageLocationMode
The mode in which the library will target storage locations for requests when retrying.
Definition
typedef NS_ENUM(NSInteger, AZSStorageLocationMode ) {
AZSStorageLocationModeUnspecified,
AZSStorageLocationModePrimaryOnly,
AZSStorageLocationModePrimaryThenSecondary,
AZSStorageLocationModeSecondaryOnly,
AZSStorageLocationModeSecondaryThenPrimary,
};
Constants
AZSStorageLocationModeUnspecified
-
No location mode specified.
Declared In
AZSEnums.h
. AZSStorageLocationModePrimaryOnly
-
Target only the primary storage location.
Declared In
AZSEnums.h
. AZSStorageLocationModePrimaryThenSecondary
-
If the operation supports, start with the primary storage location. If the operation fails, retry with the secondary.
Declared In
AZSEnums.h
. AZSStorageLocationModeSecondaryOnly
-
Target only the secondary storage location.
Declared In
AZSEnums.h
. AZSStorageLocationModeSecondaryThenPrimary
-
If the operation supports, start with the secondary storage location. If the operation fails, retry with the primary.
Declared In
AZSEnums.h
.
Declared In
AZSEnums.h