Show / Hide Table of Contents

Enum AccountSasPermissions

AccountSasPermissions contains the list of permissions that can be set for a blob's access policy. Use SetPermissions(AccountSasPermissions) to set the permissions on the AccountSasBuilder.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Common.dll
Syntax
[System.Flags]
public enum AccountSasPermissions

Add

Indicates that Add is permitted.

All

Indicates that all permissions are set.

Create

Indicates that Create is permitted.

Delete

Indicates that Delete is permitted.

DeleteVersion

Indicates that deleting a BlobVersion is permitted. Blob Service only.

Filter

Indicates that filtering by tag is permitted. Blob service only.

List

Indicates that List is permitted.

PermanentDelete

Indicates that Blob Permanent Delete is permitted. Blob service only.

Process

Indicates that Delete is permitted.

Read

Indicates that Read is permitted.

SetImmutabilityPolicy

Indicates that setting immutability policy is permitted.

Tag

Indicates that reading and writing Tags is permitted. Blob service only.

Update

Indicates that Update is permitted.

Write

Indicates that Write is permitted.

Back to top Azure SDK for .NET