Table of Contents

Enum "AFS File Attribute"

ID 8955
Namespace: System.Azure.Storage.Files

Describes possible values for file attributes. For the list of possible values see: https://learn.microsoft.com/en-us/rest/api/storageservices/create-file#file-system-attributes

Properties

Name Value
Access Public
Extensible False

Values

Name Description
"Read Only"

Indicates that the file is read-only.

Hidden

Indicates that the file is hidden, and thus is not included in an ordinary directory listing.

System

Indicates that the file is used by the operating system.

None

Indicates that the there are no attributes.

Archive

Indicates that the file is an archive file. Applications use this attribute to mark files for backup or removal.

Temporary

Indicates that the file is temporary. File systems attempt to keep all of the data in memory for quicker access rather than flushing the data back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.

Offline

Indicates that the file is offline. The data of the file is not immediately available.

"Not Content Indexed"

Indicates that the file will not be indexed by the content indexing service.

"No Scrub Data"

Indicates that the file should not be read by background data integrity scanner.

See also