Enum ShareAccountSasPermissions
ShareAccountSasPermissions contains the list of permissions that can be set for a file account's access policy. Use SetPermissions(ShareAccountSasPermissions) to set the permissions on the ShareSasBuilder.
[Flags]
public enum ShareAccountSasPermissions
Fields
Indicates that Add is permitted.
Indicates that all permissions are set.
Indicates that Create is permitted.
Indicates that Delete is permitted.
Indicates that List is permitted.
Indicates that Read is permitted.
Indicates that Write is permitted.