Enum VssRollForwardType
The VssRollForwardType
enumeration is used by a requester to indicate the type of roll-forward operation it is about to perform.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssRollForwardType
Remarks
A requester sets the roll-forward operation type and specifies the restore point for partial roll-forward operations using SetRollForward(Guid, VssComponentType, String, String, VssRollForwardType, String).
Fields
Name | Description |
---|---|
All | The roll-forward operation should roll forward through all logs. |
None | The roll-forward operation should not roll forward through logs. |
Partial | The roll-forward operation should roll forward through logs up to a specified restore point. |
Undefined | No roll-forward type is defined. This indicates an error on the part of the requester. |