Click or drag to resize

SnapshotMonitorOptions Class

Represents options for configuring the linux snapshot monitor.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractSnapshotMonitorOptions

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public class SnapshotMonitorOptions : IExtensibleDataObject

The SnapshotMonitorOptions type exposes the following members.

Constructors
  NameDescription
Public methodSnapshotMonitorOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertySnapshotMonitorEnabled
This value represents whether or not the snapshot monitor is enabled.
Public propertySnapshotMonitorInterval
This value is the interval for how often monitor the snapshot usage percentage.
Public propertySnapshotMonitorThreshold
This value is the threshold to warn users
Top
See Also