Enum VssRestoreType
The VssRestoreType enumeration is used by a requester to indicate the type of restore operation it is about to perform.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssRestoreType
Remarks
A requester sets the type of a restore operation using SetRestoreState(VssRestoreType).
Fields
Name | Description |
---|---|
ByCopy | The default restore type: A requester restores backed-up data to the original volume from a backup medium. |
Import | A requester does not copy data from a backup medium, but imports a transportable shadow copy and uses this imported volume for operations such as data mining. Windows Server 2003, Standard Edition and Windows Server 2003, Web Edition: This value is not supported. All editions of Windows Server 2003 SP1 support this value. |
Other | A restore type not currently enumerated. This value indicates an application error. |
Undefined | No restore type is defined. This indicates an error on the part of the requester. |