ReplicatorQueueStatus Class

Definition

Provides various statistics of the queue used in the Service Fabric Replicator.

public sealed class ReplicatorQueueStatus
type ReplicatorQueueStatus = class
Public NotInheritable Class ReplicatorQueueStatus
Inheritance
ReplicatorQueueStatus

Remarks

Depending on the role of the replicator (Primary or ActiveSecondary), the properties in this type mean different things.

Constructors

ReplicatorQueueStatus()

Initializes a new instance of the ReplicatorQueueStatus class.

Properties

CommittedSequenceNumber

See remarks.

CompletedSequenceNumber

See remarks.

FirstSequenceNumber

See remarks.

LastSequenceNumber

See remarks.

QueueMemorySize

Gets the number of virtual memory bytes being consumed by the queue.

QueueUtilizationPercentage

Gets the utilization of the queue.

Applies to