FileSystemSasPermissions class
Definition
FileSystemSasPermissions class to be used with the generate_file_system_sas(account_name, file_system_name, credential, permission=None, expiry=None, **kwargs) function.
FileSystemSasPermissions(read=False, write=False, delete=False, list=False)
- Inheritance
-
builtins.objectazure.storage.blob._models.ContainerSasPermissionsFileSystemSasPermissions
Parameters
- read
- bool
Read the content, properties, metadata etc.
- write
- bool
Create or write content, properties, metadata. Lease the file system.
- delete
- bool
Delete the file system.
- list
- bool
List paths in the file system.