DataLakeSasPermissions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataLakeSasPermissions contains the list of permissions that can be set for a path's access policy. Use SetPermissions(DataLakeSasPermissions) to set the permissions on the DataLakeSasBuilder.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum DataLakeSasPermissions
[<System.Flags>]
type DataLakeSasPermissions =
Public Enum DataLakeSasPermissions
- Inheritance
-
DataLakeSasPermissions
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | -1 | Indicates that all permissions are set. |
Read | 1 | Indicates that Read is permitted. |
Add | 2 | Indicates that Add is permitted. |
Create | 4 | Indicates that Create is permitted. |
Write | 8 | Indicates that Write is permitted. |
Delete | 16 | Indicates that Delete is permitted. |
List | 32 | Indicates that List is permitted. |
Move | 64 | Indicates that Move is permitted. |
Execute | 128 | Indicates that Execute is permitted. |
ManageOwnership | 256 | Indicates that Ownership is permitted. |
ManageAccessControl | 512 | Indicates that Permissions is permitted. |
Applies to
Azure SDK for .NET