SecondaryActiveReplicatorStatus Class
Status of the secondary replicator when it is in active mode and is part of the replica set.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.SecondaryReplicatorStatusSecondaryActiveReplicatorStatus
Constructor
SecondaryActiveReplicatorStatus(*, replication_queue_status=None, last_replication_operation_received_time_utc=None, is_in_build: Optional[bool] = None, copy_queue_status=None, last_copy_operation_received_time_utc=None, last_acknowledgement_sent_time_utc=None, **kwargs)
Parameters
- replication_queue_status
- ReplicatorQueueStatus
Details about the replication queue on the secondary replicator.
- last_replication_operation_received_time_utc
- datetime
The last time-stamp (UTC) at which a replication operation was received from the primary. UTC 0 represents an invalid value, indicating that a replication operation message was never received.
- copy_queue_status
- ReplicatorQueueStatus
Details about the copy queue on the secondary replicator.
- last_copy_operation_received_time_utc
- datetime
The last time-stamp (UTC) at which a copy operation was received from the primary. UTC 0 represents an invalid value, indicating that a copy operation message was never received.
- last_acknowledgement_sent_time_utc
- datetime
The last time-stamp (UTC) at which an acknowledgment was sent to the primary replicator. UTC 0 represents an invalid value, indicating that an acknowledgment message was never sent.
Feedback
Submit and view feedback for