Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the state of the secondary replicator from the primary replicator’s point of view.
Properties
Name | Type | Required |
---|---|---|
ReplicaId |
string | No |
LastAcknowledgementProcessedTimeUtc |
string (date-time) | No |
LastReceivedReplicationSequenceNumber |
string | No |
LastAppliedReplicationSequenceNumber |
string | No |
IsInBuild |
boolean | No |
LastReceivedCopySequenceNumber |
string | No |
LastAppliedCopySequenceNumber |
string | No |
RemoteReplicatorAcknowledgementStatus |
RemoteReplicatorAcknowledgementStatus | No |
ReplicaId
Type: string
Required: No
Represents the replica ID of the remote secondary replicator.
LastAcknowledgementProcessedTimeUtc
Type: string (date-time)
Required: No
The last timestamp (in UTC) when an acknowledgement from the secondary replicator was processed on the primary.
UTC 0 represents an invalid value, indicating that no acknowledgement messages were ever processed.
LastReceivedReplicationSequenceNumber
Type: string
Required: No
The highest replication operation sequence number that the secondary has received from the primary.
LastAppliedReplicationSequenceNumber
Type: string
Required: No
The highest replication operation sequence number that the secondary has applied to its state.
IsInBuild
Type: boolean
Required: No
A value that indicates whether the secondary replica is in the process of being built.
LastReceivedCopySequenceNumber
Type: string
Required: No
The highest copy operation sequence number that the secondary has received from the primary.
A value of -1 implies that the secondary has received all copy operations.
LastAppliedCopySequenceNumber
Type: string
Required: No
The highest copy operation sequence number that the secondary has applied to its state.
A value of -1 implies that the secondary has applied all copy operations and the copy process is complete.
RemoteReplicatorAcknowledgementStatus
Type: RemoteReplicatorAcknowledgementStatus
Required: No
Represents the acknowledgment status for the remote secondary replicator.