NTFSAttributes class
Definition
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.
NTFSAttributes(read_only=False, hidden=False, system=False, none=False, directory=False, archive=False, temporary=False, offline=False, not_content_indexed=False, no_scrub_data=False, _str=None)
- Inheritance
-
builtins.objectNTFSAttributes
Variables
- read_only
- bool
- hidden
- bool
- system
- bool
- none
- bool
- directory
- bool
- archive
- bool
- temporary
- bool
- offline
- bool
- not_content_indexed
- bool
- no_scrub_data
- bool
Attributes
ARCHIVE
ARCHIVE = <azure.storage.file.models.NTFSAttributes object>
DIRECTORY
DIRECTORY = <azure.storage.file.models.NTFSAttributes object>
HIDDEN
HIDDEN = <azure.storage.file.models.NTFSAttributes object>
NONE
NONE = <azure.storage.file.models.NTFSAttributes object>
NOT_CONTENT_INDEXED
NOT_CONTENT_INDEXED = <azure.storage.file.models.NTFSAttributes object>
NO_SCRUB_DATA
NO_SCRUB_DATA = <azure.storage.file.models.NTFSAttributes object>
OFFLINE
OFFLINE = <azure.storage.file.models.NTFSAttributes object>
READ_ONLY
READ_ONLY = <azure.storage.file.models.NTFSAttributes object>
SYSTEM
SYSTEM = <azure.storage.file.models.NTFSAttributes object>
TEMPORARY
TEMPORARY = <azure.storage.file.models.NTFSAttributes object>