FileSasPermissions class

Definition

FileSasPermissions(read=False, create=False, write=False, delete=False)
Inheritance
builtins.object
azure.storage.blob._models.BlobSasPermissions
FileSasPermissions

Parameters

read
bool

Read the content, properties, metadata etc. Use the file as the source of a read operation.

create
bool

Write a new file

write
bool

Create or write content, properties, metadata. Lease the file.

delete
bool

Delete the file.