Click or drag to resize
BackupStreamType Enumeration
The type of the data contained in the backup stream.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public enum BackupStreamType
Members
  Member nameValueDescription
None0This indicates an error.
Data1BACKUP_DATA

Standard data. This corresponds to the NTFS $DATA stream type on the default (unnamed) data stream.

ExtendedAttributesData2BACKUP_EA_DATA

Extended attribute data. This corresponds to the NTFS $EA stream type.

SecurityData3BACKUP_SECURITY_DATA

Security descriptor data.

AlternateData4BACKUP_ALTERNATE_DATA

Alternative data streams. This corresponds to the NTFS $DATA stream type on a named data stream.

Link5BACKUP_LINK

Hard link information. This corresponds to the NTFS $FILE_NAME stream type.

PropertyData6BACKUP_PROPERTY_DATA

Property data.

ObjectId7BACKUP_OBJECT_ID

Objects identifiers. This corresponds to the NTFS $OBJECT_ID stream type.

ReparseData8BACKUP_REPARSE_DATA

Reparse points. This corresponds to the NTFS $REPARSE_POINT stream type.

SparseBlock9BACKUP_SPARSE_BLOCK

Sparse file. This corresponds to the NTFS $DATA stream type for a sparse file.

TxfsData10BACKUP_TXFS_DATA

Transactional NTFS (TxF) data stream.

See Also