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