The type of the data contained in the backup stream.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax Public Enumeration STREAM_ID
public enum class STREAM_ID
Members
| Member name | Value | Description |
---|
| NONE | 0 | This indicates an error. |
| BACKUP_DATA | 1 | Standard data. This corresponds to the NTFS $DATA stream type on the default (unnamed) data stream. |
| BACKUP_EA_DATA | 2 | Extended attribute data. This corresponds to the NTFS $EA stream type. |
| BACKUP_SECURITY_DATA | 3 | Security descriptor data. |
| BACKUP_ALTERNATE_DATA | 4 | Alternative data streams. This corresponds to the NTFS $DATA stream type on a named data stream. |
| BACKUP_LINK | 5 | Hard link information. This corresponds to the NTFS $FILE_NAME stream type. |
| BACKUP_PROPERTY_DATA | 6 | Property data. |
| BACKUP_OBJECT_ID | 7 | Objects identifiers. This corresponds to the NTFS $OBJECT_ID stream type. |
| BACKUP_REPARSE_DATA | 8 | Reparse points. This corresponds to the NTFS $REPARSE_POINT stream type. |
| BACKUP_SPARSE_BLOCK | 9 | Sparse file. This corresponds to the NTFS $DATA stream type for a sparse file. |
| BACKUP_TXFS_DATA | 10 | Transactional NTFS (TxF) data stream. |
See Also