Azure.Storage.Sas.DataLakeFileSystemSasPermissions
DataLakeFileSystemSasPermissions contains the list of
permissions that can be set for a file systems's access policy. Use
SetPermissions
to set the permissions on the DataLakeSasBuilder.
Add = 2
Indicates that Add is permitted.
All = -1
Indicates that all permissions are set.
Create = 4
Indicates that Create is permitted.
Delete = 16
Indicates that Delete is permitted.
Execute = 128
Indicates that Execute is permitted.
List = 32
Indicates that List is permitted.
ManageAccessControl = 512
Indicates that Permissions is permitted.
ManageOwnership = 256
Indicates that Ownership is permitted.
Move = 64
Indicates that Move is permitted.
Read = 1
Indicates that Read is permitted.
Write = 8
Indicates that Write is permitted.