Table of Contents

Enum "ABS Blob Public Access"

ID 9043
Namespace: System.Azure.Storage

Indicator of whether data in the container may be accessed publicly and the level of access.

Properties

Name Value
Access Public
Extensible False

Values

Name Description
Container

Indicates full public read access for container and blob data. Clients can use anonymous requests to enumerate blobs in the container, but cannot enumerate containers in the storage account.

Blob

ndicates public read access to blob data in this container. The blob data can be read via anonymous request, but container data is not available. Clients cannot enumerate blobs in the container via anonymous request.

See also