Classes > TargetStateInfo

TargetStateInfo

Parameter of

UnmanagedConnectionOptions

Properties

Name Type Description
ConnectionId Guid This value is the unique ID assigned to the connection.
ConnectTime DateTimeOffset This value is the time when the connection was created.
EngineConnectionId Int32 This value is the unique ID assigned to the replication engine connection.
EngineJobType EngineJobType

This value is the job type according to the replication engine. (These jobs are not the same as JobInfo.JobType.)

HasSnapshotSchedule Boolean

This value is true if the connection has a snapshot schedule; otherwise, it is false.

LastUpdateTime DateTimeOffset This value is the last time the target connection information was updated.
NextScheduledSnapshot DateTimeOffset This value is the time of the next scheduled snapshot. This property is only valid when HasSnapshotSchedule is true.
Paths String [ ] This value is the paths of the replica data on the target.
QueueBytes Int64 This value is the number of bytes in the target queue.
ReplicationSetName String

This value is the name of the protected data set.

ReplicationSetUsageType ReplicationSetUsageType This value defines the possible usage types for the protected data set.
ScheduledSnapshotInterval TimeSpan This value is the interval for the scheduled snapshot. This property is only valid when HasSnapshotSchedule is true.
Snapshots SnapshotEntry [ ]

This value represents the current list of snapshots for the connection.

SourceEndpoint String

This value is the IP endpoint used to communcation with Double-Take on the source.

SourceEndpointFromSource String This value is the default address for the source server as provided by the source server.
SourceMachineName String

This value is the name of the source server.

SourceVersion ProductVersion This value is the Double-Take product version on the source.
TargetEndpoint String This value is the destination endpoint of the socket connection. If there is a NAT router between the source and target, this value represents the target's private address (translated from the public address). In other words, this will not match the target endpoint specified for the target route of the connection from the source's perspective.
TargetStates TargetStates

This values is the state of the target.