SecondaryReplicatorStatus 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 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
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
Azure SDK for .NET