ShareSasPermissions Enum

Definition

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.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ShareSasPermissions
[<System.Flags>]
type ShareSasPermissions = 
Public Enum ShareSasPermissions
Inheritance
ShareSasPermissions
Attributes

Fields

All -1

Indicates that all permissions are set.

Create 2

Indicates that Create is permitted.

Delete 8

Indicates that Delete is permitted.

List 16

Indicates that List is permitted.

Read 1

Indicates that Read is permitted.

Write 4

Indicates that Write is permitted.

Applies to