Click or drag to resize
SaturationLevel Enumeration
Indicates the saturation level of a protectable item.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum SaturationLevel
Members
  Member nameValueDescription
Unknown0 The saturation level is unknown.
None1 The item will not be replicated.
Partial2 Some, but not all, of the item will be replicated.
Full3 The item and all of its children (if a container) will be replicated.
Error4 An error occurred while calculating the saturation for the item.
See Also