RemoteReplicatorAcknowledgementDetail

Provides various statistics of the acknowledgements that are being received from the remote replicator.

Properties

Name Type Required
AverageReceiveDuration string No
AverageApplyDuration string No
NotReceivedCount string No
ReceivedAndNotAppliedCount string No

AverageReceiveDuration

Type: string
Required: No

Represents the average duration it takes for the remote replicator to receive an operation.


AverageApplyDuration

Type: string
Required: No

Represents the average duration it takes for the remote replicator to apply an operation. This usually entails writing the operation to disk.


NotReceivedCount

Type: string
Required: No

Represents the number of operations not yet received by a remote replicator.


ReceivedAndNotAppliedCount

Type: string
Required: No

Represents the number of operations received and not yet applied by a remote replicator.