|
SaturationLevel Enumeration |
Indicates the saturation level of a protectable item.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic enum SaturationLevel
Public Enumeration SaturationLevel
public enum class SaturationLevel
DoubleTake.Common.Contract.SaturationLevel = function();
DoubleTake.Common.Contract.SaturationLevel.createEnum('DoubleTake.Common.Contract.SaturationLevel', false);
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The saturation level is unknown.
|
| None | 1 |
The item will not be replicated.
|
| Partial | 2 |
Some, but not all, of the item will be replicated.
|
| Full | 3 |
The item and all of its children (if a container) will be replicated.
|
| Error | 4 |
An error occurred while calculating the saturation for the item.
|
See Also