Specifies a directory or file is an archive. Applications typically use this attribute to mark files for backup or removal.
Specifies the handle identifies a directory.
Specifies a directory or file is hidden.
Specifies the user data stream not to be read by the background data integrity scanner. This file system attribute is presented primarily to provide compatibility with Windows. Applicable to directory or file.
Specifies a directory or file that does not have other attributes set. This attribute is valid only when used alone.
Specifies the directory or file is not to be indexed by the content indexing service.
Specifies the data of a directory or file is not available immediately. This file system attribute is presented primarily to provide compatibility with Windows - Azure Files does not support with offline storage options.
Specifies a directory or file that is read-only.
Specifies a directory or file that the operating system uses a part of, or uses exclusively.
Specifies if a file is temporary.
Converts the given attributes to a string.
A string which represents the FileSystemAttributes
Creates a FileSystemAttributes from the specified attributes string. This method will throw an Error if it encounters a string that does not correspond to a valid attributes.
The value of header x-ms-file-attributes.
Generated using TypeDoc
This is a helper class to construct a string representing the NTFS attributes to a file or directory.
https://docs.microsoft.com/en-us/rest/api/storageservices/create-file#file-system-attributes
FileSystemAttributes