Enum UsnJournal.Types.Attribute
File attributes from the USN record (e.g., "READ_ONLY, HIDDEN"). See https://learn.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants for more information about the attributes.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum UsnJournal.Types.Attribute
Fields
| Name | Description |
|---|---|
| Archive | Archive file or directory. |
| Compressed | A file or directory that is compressed. |
| Device | Reserved for system use. |
| Directory | The handle that identifies the directory. |
| Ea | A file or directory with extended attributes. |
| Encrypted | A file or directory that is encrypted. |
| Hidden | The file or directory is hidden. |
| IntegrityStream | The directory or user data stream is configured with integrity. |
| NoScrubData | The user data stream not to be read by the background data integrity scanner. |
| NonContentIndexed | Deprecated: Use NOT_CONTENT_INDEXED instead. |
| Normal | A file that does not have other attributes set. |
| NotContentIndexed | The file or directory is not to be indexed. |
| Offline | The data of a file is not available immediately. |
| Pinned | The file or directory should be kept fully present locally. |
| ReadOnly | A file that is read-only. |
| RecallOnDataAccess | The file or directory is not fully present locally. |
| RecallOnOpen | The file or directory has no physical representation on the local system. |
| ReparsePoint | A file or directory that has an associated reparse point. |
| SparseFile | A file that is a sparse file. |
| System | A file or directory that the operating system uses. |
| Temporary | A file that is being used for temporary storage. |
| Unpinned | The file or directory should not be kept fully present locally. |
| Unspecified | Unspecified attribute. |
| Virtual | Reserved for system use. |