BlobContainerPublicAccessType Enumeration

Storage Client Library NET API

[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)

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 nameDescription
BlobBlob-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.
ContainerContainer-level public access. Anonymous clients can read blob content and metadata and container metadata, and can list the blobs within the container.
OffNo anonymous access. Only the account owner can access resources in this container.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

See Also