Click or drag to resize
StreamAttributes Enumeration
WIN32_STREAM_ID Attributes of data to facilitate cross-operating system transfer.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[FlagsAttribute]
public enum StreamAttributes
Members
  Member nameValueDescription
None0STREAM_NORMAL_ATTRIBUTE

This backup stream has no special attributes.

ModifiedWhenRead1STREAM_MODIFIED_WHEN_READ

Attribute set if the stream contains data that is modified when read.

Allows the backup application to know that verification of data will fail.

ContainsSecurity2STREAM_CONTAINS_SECURITY

The backup stream contains security information.

This attribute applies only to backup stream of type SecurityData.

ContainsProperties4Reserved.
Sparse8STREAM_SPARSE_ATTRIBUTE

The backup stream is part of a sparse file stream.

This attribute applies only to backup stream of type Data, AlternateData, and SparseBlock.

See Also