BackupStreamType Enumeration |
Namespace: Alphaleonis.Win32.Filesystem
Member name | Value | Description | |
---|---|---|---|
None | 0 | This indicates an error. | |
Data | 1 | BACKUP_DATA
Standard data. This corresponds to the NTFS $DATA stream type on the default (unnamed) data stream. | |
ExtendedAttributesData | 2 | BACKUP_EA_DATA
Extended attribute data. This corresponds to the NTFS $EA stream type. | |
SecurityData | 3 | BACKUP_SECURITY_DATA
Security descriptor data. | |
AlternateData | 4 | BACKUP_ALTERNATE_DATA
Alternative data streams. This corresponds to the NTFS $DATA stream type on a named data stream. | |
Link | 5 | BACKUP_LINK
Hard link information. This corresponds to the NTFS $FILE_NAME stream type. | |
PropertyData | 6 | BACKUP_PROPERTY_DATA
Property data. | |
ObjectId | 7 | BACKUP_OBJECT_ID
Objects identifiers. This corresponds to the NTFS $OBJECT_ID stream type. | |
ReparseData | 8 | BACKUP_REPARSE_DATA
Reparse points. This corresponds to the NTFS $REPARSE_POINT stream type. | |
SparseBlock | 9 | BACKUP_SPARSE_BLOCK
Sparse file. This corresponds to the NTFS $DATA stream type for a sparse file. | |
TxfsData | 10 | BACKUP_TXFS_DATA
Transactional NTFS (TxF) data stream. |