BlobContainerPublicAccessType Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
BlobContainerPublicAccessType Enumeration
Specifies the level of public access that is allowed on the container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Specifies the level of public access that is allowed on the container.
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. |