Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteReplicatorAcknowledgementDetail

Package version

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

Hierarchy

  • RemoteReplicatorAcknowledgementDetail

Index

Properties

Optional averageApplyDuration

averageApplyDuration: undefined | string

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

Optional averageReceiveDuration

averageReceiveDuration: undefined | string

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

Optional notReceivedCount

notReceivedCount: undefined | string

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

Optional receivedAndNotAppliedCount

receivedAndNotAppliedCount: undefined | string

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

Generated using TypeDoc