[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Specifies the level of public access that is allowed on the container. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Specifies the level of public access that is allowed on the container. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As BlobContainerPublicAccessType |
Syntax
| Visual Basic |
|---|
Public Enumeration BlobContainerPublicAccessType |
| C# |
|---|
public enum BlobContainerPublicAccessType |
| C++ |
|---|
public enum class BlobContainerPublicAccessType |
| J# |
|---|
| JScript |
|---|
Members
| Member name | Description |
|---|---|
| Blob | Blob-level public access. Anonymous clients can read the content and metadata of blobs within this container, but cannot read container metadata or list the blobs within the container. |
| Container | Container-level public access. Anonymous clients can read blob content and metadata and container metadata, and can list the blobs within the container. |
| Off | No anonymous access. Only the account owner can access resources in this container. |