Click or drag to resize

STREAM_ID Enumeration

The type of the data contained in the backup stream.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum STREAM_ID
Members
  Member nameValueDescription
NONE0This indicates an error.
BACKUP_DATA1Standard data. This corresponds to the NTFS $DATA stream type on the default (unnamed) data stream.
BACKUP_EA_DATA2Extended attribute data. This corresponds to the NTFS $EA stream type.
BACKUP_SECURITY_DATA3Security descriptor data.
BACKUP_ALTERNATE_DATA4Alternative data streams. This corresponds to the NTFS $DATA stream type on a named data stream.
BACKUP_LINK5Hard link information. This corresponds to the NTFS $FILE_NAME stream type.
BACKUP_PROPERTY_DATA6Property data.
BACKUP_OBJECT_ID7Objects identifiers. This corresponds to the NTFS $OBJECT_ID stream type.
BACKUP_REPARSE_DATA8Reparse points. This corresponds to the NTFS $REPARSE_POINT stream type.
BACKUP_SPARSE_BLOCK9Sparse file. This corresponds to the NTFS $DATA stream type for a sparse file.
BACKUP_TXFS_DATA10Transactional NTFS (TxF) data stream.
See Also