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
<FlagsAttribute>
Public Enumeration STREAM_ATTRIBUTES
[FlagsAttribute]
public enum class STREAM_ATTRIBUTES
[<FlagsAttribute>]
type STREAM_ATTRIBUTES
Members
| Member name | Value | Description |
---|
| NONE | 0 | This backup stream has no special attributes. |
| STREAM_MODIFIED_WHEN_READ | 1 | Attribute 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_SECURITY | 2 | The backup stream contains security information. This attribute applies only to backup stream of type BACKUP_SECURITY_DATA. |
| STREAM_CONTAINS_PROPERTIES | 4 | Reserved. |
| STREAM_SPARSE_ATTRIBUTE | 8 | The 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