Click or drag to resize

STREAM_ATTRIBUTES Enumeration

WIN32_STREAM_ID Attributes of data to facilitate cross-operating system transfer.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
[FlagsAttribute]
public enum STREAM_ATTRIBUTES
Members
  Member nameValueDescription
NONE0This backup stream has no special attributes.
STREAM_MODIFIED_WHEN_READ1Attribute set if the stream contains data that is modified when read. Allows the backup application to know that verification of data will fail.
STREAM_CONTAINS_SECURITY2The backup stream contains security information. This attribute applies only to backup stream of type BACKUP_SECURITY_DATA.
STREAM_CONTAINS_PROPERTIES4Reserved.
STREAM_SPARSE_ATTRIBUTE8The backup stream is part of a sparse file stream. This attribute applies only to backup stream of type BACKUP_DATA, BACKUP_ALTERNATE_DATA, and BACKUP_SPARSE_BLOCK.
See Also