Table of Contents

Enum ShareFileSasPermissions

Namespace
Azure.Storage.Sas
Assembly
Azure.Storage.Files.Shares.dll

ShareFileSasPermissions contains the list of permissions that can be set for a file's access policy. Use SetPermissions(ShareFileSasPermissions) to set the permissions on the ShareSasBuilder.

[Flags]
public enum ShareFileSasPermissions

Fields

All = -1

Indicates that all permissions are set.

Create = 2

Indicates that Create is permitted.

Delete = 8

Indicates that Delete is permitted.

Read = 1

Indicates that Read is permitted.

Write = 4

Indicates that Write is permitted.