SharedAccessBlobPermissions Enumeration
Specifies the set of possible permissions for a shared access policy.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Add | Add access granted. | |
| Create | Create access granted. | |
| Delete | Delete access granted for blobs. | |
| List | List access granted. | |
| None | No shared access granted. | |
| Read | Read access granted. | |
| Write | Write access granted. |