Parameter of
FullServerJobDetails, ImageProtectionJobDetails, ImageRecoveryJobDetails, JobStatistics
Properties
| Name | Type | Description | 
|---|---|---|
| BandwidthCollar | Int32 | This value is the current bandwidth limit. It may vary according to the bandwidth limit schedule. | 
| CompressionEnabled | Boolean | This value is true if compression is enabled; otherwise, it is false. | 
| CompressionLevel | Int32 | This value is the current compression level. | 
| ConnectionId | Int32 | This value is the ID assigned to the connection. The ID is a one-based index that resets each time the Double-Take service is restarted. | 
| DiskQueueBytes | Int64 | This value is the number of bytes queued on the target. | 
| Encrypted | Boolean | This value is true if Double-Take is encrypting data before sending it to the target; otherwise, it is false. | 
| InitialMirrorComplete | Boolean | This value is true if the initial mirror has completed; otherwise, it is false. | 
| ManagedConnectionId | Guid | This value is the ID assigned to the connection by the Management Service. | 
| MirrorBytesRemaining | Int64 | This value is the number of remaining mirror bytes. | 
| MirrorBytesSent | Int64 | This value is the number of mirror bytes sent. | 
| MirrorBytesSkipped | Int64 | This value is the number of mirror bytes skipped. Bytes are skipped because the data is not different on the source and target. | 
| MirrorBytesTransmitted | Int64 | The value is the number of mirror bytes transmitted. | 
| MirrorOpsQueued | Int64 | This value is the number of mirror operations queued on the target. | 
| MirrorPermillage | Int16 | This value is the percentage of the mirror that is complete. A mirror may be at 99-100% when it is actually still processing . For example, this may occur if files were added after the protected data set size was calculated or if there are alternate data streams in the protected data set. | 
| MirrorState | MirrorState | This value represents the state of mirroring. | 
| PeerMemoryLow | Boolean | This value is true if memory on the target is low; otherwise it is false. | 
| ReplicationBytesQueued | Int64 | This value is the number of replication bytes queued on the target. | 
| ReplicationBytesSent | Int64 | This value is the number of replication bytes sent. | 
| ReplicationBytesTransmitted | Int64 | The value is the number of replication bytes transmitted. | 
| ReplicationOpsQueued | Int64 | This value is the number of replication operations queued on the target. | 
| ReplicationSetCalcInProgress | Boolean | This value is true if the size of the protected data set is being calculated; otherwise, it is false. Mirroring will start while the size of the protected data set is being determined. While the calculation is in progress, the remaining byte count is not valid. | 
| ReplicationState | ReplicationState | This value represents the state of replication. | 
| Restoring | Boolean | This value is true if the connection is restoring data; otherwise, it is false. | 
| SourceAccessLevel | AccessLevel | This value is the source security access. This value will be null if the Double-Take access level cannot be determined. If the value is not null and SourceAvailable is false, Double-Take can connect to the source but was not able to determine at least Double-Take monitor access with the provided credentials. | 
| SourceAvailable | Boolean | This value is true if the target can communicate with the source; otherwise, it is false. | 
| SourceClusterResourceState | ClusterResourceState | This value represents the state of the source cluster resource. | 
| SourceEndpoint | String | This value is the source endpoint that is the route from the target back to the source. | 
| SourceEngineAvailable | Boolean | This value is true if the source replication engine is available; otherwise, it is false. | 
| SourceMachineName | String | This value is the name of the source server. | 
| SourceUniqueId | String | This value is a unique ID assigned to the source. | 
| StartTime | DateTimeOffset | This value is the time the connection was started. | 
| TargetAccessLevel | AccessLevel | This value is the target security access. This value will be null if the Double-Take access level cannot be determined. If the value is not null and TargetAvailable is false, Double-Take can connect to the target but was not able to determine at least Double-Take monitor access with the provided credentials. | 
| TargetAvailable | Boolean | This value is true if the target is available; otherwise, it is false. | 
| TargetEngineAvailable | Boolean | This value is true if the target replication engine is available; otherwise, it is false. | 
| TargetLoaded | Boolean | This value is true if the Double-Take target module is loaded on the server; otherwise, it is false. | 
| TargetMachineName | String | This value is the name of the target server. | 
| TargetQueueBytes | Int64 | This value is the number of bytes in the target queue. | 
| TargetRoute | String | This value is the endpoint on the target that is the route the source is using for the connection.This route is in the format [address]:[port]. | 
| TargetState | TargetStates | This value represents the state of the target. | 
| TargetUniqueId | String | This value is a unique ID assigned to the target. | 
| TotalBytesSent | Int64 | This value is the total number of bytes that have been sent for the connection. | 
| TotalBytesTransmitted | Int64 | This value is the total number of bytes that have been transmitted for the connection. | 
| TotalOpsQueued | Int64 | This value is the total number of operations queued on the target. | 
| TransmissionMode | TransmissionMode | This value represents the state of data transmission from the source to the target. |