Click or drag to resize

RecommendedFailoverOptionsSnapshots Property

This value represents the available snapshots on the target.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public SnapshotEntry[] Snapshots { get; set; }

Property Value

Type: SnapshotEntry
An array of SnapshotEntry that represents the snapshots on the target server.
See Also