RemoteReplicatorAcknowledgementDetail Class
Provides various statistics of the acknowledgements that are being received from the remote replicator.
- Inheritance
-
RemoteReplicatorAcknowledgementDetail
Constructor
RemoteReplicatorAcknowledgementDetail(*, average_receive_duration: Optional[str] = None, average_apply_duration: Optional[str] = None, not_received_count: Optional[str] = None, received_and_not_applied_count: Optional[str] = None, **kwargs)
Parameters
- average_receive_duration
- str
Required
Represents the average duration it takes for the remote replicator to receive an operation.
- average_apply_duration
- str
Required
Represents the average duration it takes for the remote replicator to apply an operation. This usually entails writing the operation to disk.
- not_received_count
- str
Required
Represents the number of operations not yet received by a remote replicator.
- received_and_not_applied_count
- str
Required
Represents the number of operations received and not yet applied by a remote replicator.
Feedback
Submit and view feedback for