SMBProperties class

Definition

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'

SMBProperties(ntfs_attributes=None, creation_time=None, last_write_time=None, permission_key=None)
Inheritance
builtins.object
SMBProperties

Variables

or datetime creation_time
str
When the File or Directory was created. If it is a string type, time should have 7 decimal digits, eg. '2019-07-07T02:52:46.5540162Z'
or datetime last_write_time
str
When the File or Directory was last modified. eg. '2019-07-07T02:52:46.5540162Z' If it is a string type, time should have 7 decimal digits, eg. '2019-07-07T02:52:46.5540162Z'
permission_key
str
The file's File Permission Key
change_time
str
When the File was last changed. This is what will be returned by service. Users don't need to specify.
file_id
str
The Id of this directory. This is what will be returned by service. Users don't need to specify.
parent_id
str
The Id of this directory's parent. This is what will be returned by service. Users don't need to specify.