SecondaryReplicatorStatus Class

Definition

Provides statistics about the Service Fabric Replicator, when it is functioning in a ActiveSecondary role.

public sealed class SecondaryReplicatorStatus : System.Fabric.Query.ReplicatorStatus
type SecondaryReplicatorStatus = class
    inherit ReplicatorStatus
Public NotInheritable Class SecondaryReplicatorStatus
Inherits ReplicatorStatus
Inheritance
SecondaryReplicatorStatus

Constructors

SecondaryReplicatorStatus()

Initializes a new instance of the SecondaryReplicatorStatus class.

Properties

CopyQueueStatus

Gets the status of the Copy queue.

IsInBuild

Gets a value that indicates whether the replica is currently being built.

LastAcknowledgementSentTimeUtc

Gets the last time-stamp (UTC) at which an acknowledgment was sent to the primary replicator.

LastCopyOperationReceivedTimeUtc

Gets the last time-stamp (UTC) at which a copy operation was received as part of a build from the primary.

LastReplicationOperationReceivedTimeUtc

Gets the last time-stamp (UTC) at which a replication operation was received from the primary.

ReplicationQueueStatus

Gets the status of the Replication queue.

Applies to