ConnectionStatusModel Class |
Namespace: DoubleTake.Web.Models
The ConnectionStatusModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionStatusModel | Initializes a new instance of the ConnectionStatusModel class |
| Name | Description | |
|---|---|---|
| Alive |
Gets or sets a value indicating whether the connection is active.
| |
| CmdRspQueueState |
Gets or sets the QueueStateEnum of the command/response queue.
| |
| ConnectionMode |
Gets or sets the connection mode.
| |
| Error |
Gets or sets a value indicating whether the connection experienced a network error.
| |
| InitialMirrorComplete |
Gets or sets a value indicating whether an initial mirror has completed for the connection.
| |
| IsRestoreRequired |
Gets or sets a value indicating whether the source/target data may be out of sync and a restore is required.
| |
| IsScheduled |
Gets or sets a value indicating whether the transmission is in a scheduled state.
| |
| MirrorQueueState |
Gets or sets the QueueStateEnum of the mirror queue.
| |
| MirrorSize |
Gets or sets the size of the replication set in bytes, if it has been calculated.
| |
| MirrorState |
Gets or sets the operational state of the mirror.
| |
| PeerMemoryLow |
Gets or sets a value indicating whether there's low memory on the target.
| |
| PendingAckQueueFull |
Gets or sets a value indicating whether the pending ACK queue is full.
| |
| ReplicationQueueState |
Gets or sets the QueueStateEnum of the replication queue.
| |
| ReplicationState |
Gets or sets the operational state of replication.
| |
| Restoring |
Gets or sets a value indicating whether the connection represented by this
ConnectionStatusModel is restoring.
| |
| RetransmitQueueState |
Gets or sets the QueueStateEnum of the retransmit queue.
| |
| StartTime |
Gets or sets the start time.
| |
| TargetState |
Gets or sets the known operational states of the connection target.
| |
| TransmissionMode |
Gets or sets the operational state of replication and mirror.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |