Enum BlobAccountSasPermissions
BlobAccountSasPermissions contains the list of permissions that can be set for a blob account's access policy. Use SetPermissions(BlobAccountSasPermissions) to set the permissions on the BlobSasBuilder.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobAccountSasPermissions
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.
List
Indicates that List is permitted.
Read
Indicates that Read is permitted.
Write
Indicates that Write is permitted.