Show / Hide Table of Contents

Enum BlobSasPermissions

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

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

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.

List

Indicates that List is permitted.

Move

Indicates that Move is permitted.

PermanentDelete

Indicates that Permanent Delete 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