Show / Hide Table of Contents

Enum BlobContainerSasPermissions

BlobContainerSasPermissions contains the list of permissions that can be set for a blob's access policy. Use SetPermissions(BlobContainerSasPermissions) to set the permissions on the BlobSasBuilder.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobContainerSasPermissions

Add

Indicates that Add is permitted.

All

Indicates that all permissions are set.

Create

Indicates that Create is permitted.

Delete

Indicates that Delete is permitted.

DeleteBlobVersion

Indicates that deleting a Blob Version is permitted.

Execute

Indicates that Execute is permitted.

Filter

Indicates that filtering by tag is permitted.

List

Indicates that List is permitted.

Move

Indicates that Move is permitted.

Read

Indicates that Read is permitted.

SetImmutabilityPolicy

Indicates that setting immutability policy is permitted.

Tag

Indicates that reading and writing Tags are permitted.

Write

Indicates that Write is permitted.

Back to top Azure SDK for .NET