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.ReplicatorStatus
PrimaryReplicatorStatus

Constructor

PrimaryReplicatorStatus(*, replication_queue_status=None, remote_replicators=None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

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.