|
RecursionMode Enumeration |
Indicates whether recursion is used when replicating a data path.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic enum RecursionMode
Public Enumeration RecursionMode
public enum class RecursionMode
DoubleTake.Common.Contract.RecursionMode = function();
DoubleTake.Common.Contract.RecursionMode.createEnum('DoubleTake.Common.Contract.RecursionMode', false);
Members
| Member name | Value | Description |
---|
| Recursive | 0 |
The physical rule will be applied to this path and all of its children paths.
|
| NonRecursive | 1 |
The physical rule will be applied to this path only.
|
See Also