Enum BlobVersionSasPermissions
BlobVersionSasPermissions contains the list of permissions that can be set for a blob bersion. Use SetPermissions(BlobVersionSasPermissions) to set the permissions on the BlobSasBuilder.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobVersionSasPermissions
All
Indicates that all permissions are set.
Delete
Indicates that Delete is permitted.