AZSContainerPublicAccessType Constants Reference
Declared in | AZSEnums.h |
---|
AZSContainerPublicAccessType
The different possible Container Public Access Types.
Definition
typedef NS_ENUM(NSInteger, AZSContainerPublicAccessType ) {
AZSContainerPublicAccessTypeOff,
AZSContainerPublicAccessTypeContainer,
AZSContainerPublicAccessTypeBlob,
};
Constants
AZSContainerPublicAccessTypeOff
-
No public access. This should be the default for many scenarios.
Declared In
AZSEnums.h
. AZSContainerPublicAccessTypeContainer
-
Container-level public access.
If this is selected, then all blobs in the container will be publically readable and listable.
Declared In
AZSEnums.h
. AZSContainerPublicAccessTypeBlob
-
Blob-level public access.
If this is selected, then all blobs in the container will be publically readable, but not listable.
Declared In
AZSEnums.h
.
Declared In
AZSEnums.h