Click or drag to resize
RestoreOptions Class
Represents the options used when restoring a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractRestoreOptions

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

The RestoreOptions type exposes the following members.

Constructors
  NameDescription
Public methodRestoreOptions
Top
Properties
  NameDescription
Public propertyClearRestoreRequired
This value is true if the restore required flag can be cleared without restoring; otherwise, it is false.
Public propertyEnginePort
This value is the port where the engine is listening.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyRestoreParameters
This value represents the restoration configuration.
Public propertyRestoreTargetHostUri
This value is the target URI. (The target is the target of the restoration connection, not the original protection connection.)
Top
See Also