Enum SharedAccessTablePermissions
- Namespace
- Microsoft.WindowsAzure.Storage.Table
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Specifies the set of possible permissions for a shared access table policy.
[Flags]
public enum SharedAccessTablePermissions
Fields
Permission to add entities granted.
Permission to delete entities granted.
No shared access granted.
Permission to query entities granted.
Permission to modify entities granted.