Enum VssComponentFlags
The VssComponentFlags enumeration is used by writers to indicate support for auto-recovery.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Flags]
public enum VssComponentFlags
Remarks
For more information see MSDN documentation on VSS_COMPONENT_FLAGS Enumeration
Fields
Name | Description |
---|---|
BackupRecovery | The writer will need write access to this component after the shadow copy has been created. This flag is incompatible with Transportable. |
None | This value is reserved for operating systems that do not support the VssComponentFlags enumeration. |
NotSystemState | This component is not part of system state. Windows Server 2003: This value is not supported until Windows Vista. |
RollbackRecovery | If this is a rollback shadow copy (VssVolumeSnapshotAttributes enumeration value of RollbackRecovery), the writer for this component will need write access to this component after the shadow copy has been created. This flag is incompatible with Transportable. |