 | MirrorOperationOptions Enumeration |
Mirror operation options.
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 MirrorOperationOptions
Public Enumeration MirrorOperationOptions
public enum class MirrorOperationOptions
type MirrorOperationOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
The none
|
| Synchronize | 1 |
The synchronize
|
| Report | 2 |
The report
|
| CalculateDifferences | 4 |
The calculate differences
|
| CalculateSize | 8 |
The calculate size
|
| ProcessOrphans | 16 |
The process orphans
|
See Also