models module
Classes
| ContentSettings |
Used to store the content settings of a file. |
| CopyProperties |
File Copy Properties. |
| DeleteSnapshot |
Required if the Share has associated snapshots. Specifies how to handle the snapshots. |
| Directory |
Directory class. |
| DirectoryProperties |
File directory's properties class. |
| File |
File class. |
| FilePermissions |
FilePermissions class to be used with generate_file_shared_access_signature(share_name, directory_name=None, file_name=None, permission=None, expiry=None, start=None, id=None, ip=None, protocol=None, cache_control=None, content_disposition=None, content_encoding=None, content_language=None, content_type=None) API. |
| FileProperties |
File Properties. |
| FileRange |
File Range. |
| Handle |
Represents a file handle. |
| LeaseProperties |
File Lease Properties. |
| NTFSAttributes |
Valid set of attributes to set for file or directory. To set attribute for directory, 'Directory' should always be enabled except setting 'None' for directory. |
| SMBProperties |
SMB related properties to get/set for for file/directory :ivar str or NTFSAttributes ntfs_attributes: The file system attributes for files and directories. If not set, indicates preservation of existing values. Here is an example for when the var type is str: 'Temporary|Archive' |
| Share |
File share class. |
| SharePermissions |
SharePermissions class to be used with azure.storage.file.FileService.generate_share_shared_access_signature method and for the AccessPolicies used with azure.storage.file.FileService.set_share_acl. |
| ShareProperties |
File share's properties class. |