<PackageReference Include="Azure.Storage.Common" Version="12.24.0-beta.1" />

AccountSasPermissions

public enum AccountSasPermissions
AccountSasPermissions contains the list of permissions that can be set for a blob's access policy. Use SetPermissions to set the permissions on the AccountSasBuilder.
Add = 16

Indicates that Add is permitted.

All = -1

Indicates that all permissions are set.

Create = 32

Indicates that Create is permitted.

Delete = 4

Indicates that Delete is permitted.

Indicates that deleting a BlobVersion is permitted. Blob Service only.

Filter = 512

Indicates that filtering by tag is permitted. Blob service only.

List = 8

Indicates that List is permitted.

Indicates that Blob Permanent Delete is permitted. Blob service only.

Process = 128

Indicates that Delete is permitted.

Read = 1

Indicates that Read is permitted.

Indicates that setting immutability policy is permitted.

Tag = 256

Indicates that reading and writing Tags is permitted. Blob service only.

Update = 64

Indicates that Update is permitted.

Write = 2

Indicates that Write is permitted.