PrimaryReplicatorStatus Class
Provides statistics about the Service Fabric Replicator, when it is functioning in a Primary role.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ReplicatorStatusPrimaryReplicatorStatus
Constructor
PrimaryReplicatorStatus(*, replication_queue_status=None, remote_replicators=None, **kwargs)
Parameters
- replication_queue_status
- ReplicatorQueueStatus
Required
Details about the replication queue on the primary replicator.
- remote_replicators
- list[RemoteReplicatorStatus]
Required
The status of all the active and idle secondary replicators that the primary is aware of.
Feedback
Submit and view feedback for