public enum UsnJournal.Attribute extends Enum<UsnJournal.Attribute> implements ProtocolMessageEnumFile 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.
Protobuf enum google.backstory.UsnJournal.Attribute
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARCHIVE |
Archive file or directory. |
ARCHIVE_VALUE |
Archive file or directory. |
ATTRIBUTE_UNSPECIFIED |
Unspecified attribute. |
ATTRIBUTE_UNSPECIFIED_VALUE |
Unspecified attribute. |
COMPRESSED |
A file or directory that is compressed. |
COMPRESSED_VALUE |
A file or directory that is compressed. |
DEVICE |
Reserved for system use. |
DEVICE_VALUE |
Reserved for system use. |
DIRECTORY |
The handle that identifies the directory. |
DIRECTORY_VALUE |
The handle that identifies the directory. |
EA |
A file or directory with extended attributes. |
EA_VALUE |
A file or directory with extended attributes. |
ENCRYPTED |
A file or directory that is encrypted. |
ENCRYPTED_VALUE |
A file or directory that is encrypted. |
HIDDEN |
The file or directory is hidden. |
HIDDEN_VALUE |
The file or directory is hidden. |
INTEGRITY_STREAM |
The directory or user data stream is configured with integrity. |
INTEGRITY_STREAM_VALUE |
The directory or user data stream is configured with integrity. |
NON_CONTENT_INDEXED |
Deprecated: Use NOT_CONTENT_INDEXED instead. |
NON_CONTENT_INDEXED_VALUE |
Deprecated: Use NOT_CONTENT_INDEXED instead. |
NORMAL |
A file that does not have other attributes set. |
NORMAL_VALUE |
A file that does not have other attributes set. |
NOT_CONTENT_INDEXED |
The file or directory is not to be indexed. |
NOT_CONTENT_INDEXED_VALUE |
The file or directory is not to be indexed. |
NO_SCRUB_DATA |
The user data stream not to be read by the background data integrity scanner. |
NO_SCRUB_DATA_VALUE |
The user data stream not to be read by the background data integrity scanner. |
OFFLINE |
The data of a file is not available immediately. |
OFFLINE_VALUE |
The data of a file is not available immediately. |
PINNED |
The file or directory should be kept fully present locally. |
PINNED_VALUE |
The file or directory should be kept fully present locally. |
READ_ONLY |
A file that is read-only. |
READ_ONLY_VALUE |
A file that is read-only. |
RECALL_ON_DATA_ACCESS |
The file or directory is not fully present locally. |
RECALL_ON_DATA_ACCESS_VALUE |
The file or directory is not fully present locally. |
RECALL_ON_OPEN |
The file or directory has no physical representation on the local system. |
RECALL_ON_OPEN_VALUE |
The file or directory has no physical representation on the local system. |
REPARSE_POINT |
A file or directory that has an associated reparse point. |
REPARSE_POINT_VALUE |
A file or directory that has an associated reparse point. |
SPARSE_FILE |
A file that is a sparse file. |
SPARSE_FILE_VALUE |
A file that is a sparse file. |
SYSTEM |
A file or directory that the operating system uses. |
SYSTEM_VALUE |
A file or directory that the operating system uses. |
TEMPORARY |
A file that is being used for temporary storage. |
TEMPORARY_VALUE |
A file that is being used for temporary storage. |
UNPINNED |
The file or directory should not be kept fully present locally. |
UNPINNED_VALUE |
The file or directory should not be kept fully present locally. |
UNRECOGNIZED |
|
VIRTUAL |
Reserved for system use. |
VIRTUAL_VALUE |
Reserved for system use. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|