Enum ShareSasPermissions
ShareSasPermissions contains the list of permissions that can be set for a file's access policy. Use SetPermissions(ShareSasPermissions) to set the permissions on the ShareSasBuilder.
[Flags]
public enum ShareSasPermissions
Fields
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.