BlobContainerPublicAccessType Enumeration
Specifies the level of public access that is allowed on the container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name | Description | |
---|---|---|
Blob | Blob-level public access. Anonymous clients can read blob data within this container, but not container data. | |
Container | Container-level public access. Anonymous clients can read container and blob data. | |
Off | No public access. Only the account owner can read resources in this container. |