RemoteReplicatorStatus 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.
Represents the state of the secondary replicator from the primary replicator’s point of view.
public sealed class RemoteReplicatorStatus
type RemoteReplicatorStatus = class
Public NotInheritable Class RemoteReplicatorStatus
- Inheritance
-
RemoteReplicatorStatus
Constructors
RemoteReplicatorStatus() |
Initializes a new instance of the RemoteReplicatorStatus class. |
Properties
IsInBuild |
Gets a value that indicates whether the secondary replica is in the process of being built. |
LastAcknowledgementProcessedTimeUtc |
Gets the last timestamp (in UTC) when an acknowledgement from the secondary replicator was processed in the primary. |
LastAppliedCopySequenceNumber |
Gets the highest copy operation sequence number that the secondary has applied to its state. |
LastAppliedReplicationSequenceNumber |
Gets the highest replication operation sequence number that the secondary has applied to its state. |
LastReceivedCopySequenceNumber |
Gets the highest copy operation sequence number that the secondary has received from the primary. |
LastReceivedReplicationSequenceNumber |
Gets the highest replication operation sequence number that the secondary has received from the primary. |
RemoteReplicatorAcknowledgementStatus |
Contains acknowledgement numbers for each of the remote replicators The values are dependent on the status of the replicas. Inbuild replicas will contain values pertaining to copy while active replias will not. |
ReplicaId |
Gets the replica ID of the secondary. |
Applies to
Azure SDK for .NET