 | SnapshotCreationReason Enumeration |
Snapshot creation reason.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic enum SnapshotCreationReason
Public Enumeration SnapshotCreationReason
public enum class SnapshotCreationReason
type SnapshotCreationReason
Members
| Member name | Value | Description |
---|
| Manual | 0 |
The manual
|
| Automatic | 1 |
The automatic
|
| Scheduled | 2 |
The scheduled
|
| Deferred | 3 |
The deferred
|
| DataTest | 4 |
The data test
|
See Also