Enum VssProtectionLevel
Defines the set of volume shadow copy protection levels.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssProtectionLevel
Fields
Name | Description |
---|---|
OriginalVolume | Specifies that I/O to the original volume must be maintained at the expense of shadow copies. This is the default protection level. Shadow copies might be deleted if both of the following conditions occur:
|
Snapshot | Specifies that shadow copies must be maintained at the expense of I/O to the original volume. All I/O to the original volume will fail if both of the following conditions occur:
|