Click or drag to resize
ConnectionStatisticsModel Class
Connection statistics.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsConnectionStatisticsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public sealed class ConnectionStatisticsModel

The ConnectionStatisticsModel type exposes the following members.

Constructors
  NameDescription
Public methodConnectionStatisticsModel
Initializes a new instance of the ConnectionStatisticsModel class
Top
Properties
  NameDescription
Public propertyCurrentTime
Gets or sets the CurrentTime.
Public propertyDiskQueueBytes
Gets or sets the number of bytes in the disk queue.
Public propertyMirrorBytesRemaining
Gets or sets the mirror bytes remaining.
Public propertyMirrorBytesSent
Gets or sets the mirror bytes sent.
Public propertyMirrorBytesSkipped
Gets or sets the mirror bytes skipped.
Public propertyMirrorBytesTransmitted
Gets or sets the mirror bytes transmitted.
Public propertyMirrorEndTime
Gets or sets the MirrorEndTime.
Public propertyMirrorOpsQueued
Gets or sets the mirror ops queued.
Public propertyMirrorPermillage
Gets or sets the mirror permillage.
Public propertyMirrorStartTime
Gets or sets the MirrorStartTime.
Public propertyReplicationBytesQueued
Gets or sets the replication bytes queued.
Public propertyReplicationBytesSent
Gets or sets the replication bytes sent.
Public propertyReplicationBytesTransmitted
Gets or sets the replication bytes transmitted.
Public propertyReplicationOpsQueued
Gets or sets the replication ops queued.
Public propertyReplicationSetCalcInProgress
Gets or sets a value indicating whether the repset calc is in progress.
Public propertyRpl
Gets or sets the Rpl.
Public propertyRpt
Gets or sets the Rpt.
Public propertyTotalBytesSent
Gets or sets the total bytes sent.
Public propertyTotalBytesTransmitted
Gets or sets the total bytes transmitted.
Public propertyTotalOpsQueued
Gets or sets the total ops queued.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also