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 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.