StreamAttributes Enumeration |
Namespace: Alphaleonis.Win32.Filesystem
Member name | Value | Description | |
---|---|---|---|
None | 0 | STREAM_NORMAL_ATTRIBUTE
This backup stream has no special attributes. | |
ModifiedWhenRead | 1 | STREAM_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. | |
ContainsSecurity | 2 | STREAM_CONTAINS_SECURITY
The backup stream contains security information. This attribute applies only to backup stream of type SecurityData. | |
ContainsProperties | 4 | Reserved. | |
Sparse | 8 | STREAM_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. |