ReplicatorQueueStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET