Share via


SecondaryIdleReplicatorStatus

Status of the secondary replicator when it is in idle mode and is being built by the primary.

Properties

Name Type Required
ReplicationQueueStatus ReplicatorQueueStatus No
LastReplicationOperationReceivedTimeUtc string (date-time) No
IsInBuild boolean No
CopyQueueStatus ReplicatorQueueStatus No
LastCopyOperationReceivedTimeUtc string (date-time) No
LastAcknowledgementSentTimeUtc string (date-time) No

ReplicationQueueStatus

Type: ReplicatorQueueStatus
Required: No

Details about the replication queue on the secondary replicator.


LastReplicationOperationReceivedTimeUtc

Type: string (date-time)
Required: No

The last time-stamp (UTC) at which a replication operation was received from the primary. UTC 0 represents an invalid value, indicating that a replication operation message was never received.


IsInBuild

Type: boolean
Required: No

Value that indicates whether the replica is currently being built.


CopyQueueStatus

Type: ReplicatorQueueStatus
Required: No

Details about the copy queue on the secondary replicator.


LastCopyOperationReceivedTimeUtc

Type: string (date-time)
Required: No

The last time-stamp (UTC) at which a copy operation was received from the primary. UTC 0 represents an invalid value, indicating that a copy operation message was never received.


LastAcknowledgementSentTimeUtc

Type: string (date-time)
Required: No

The last time-stamp (UTC) at which an acknowledgment was sent to the primary replicator. UTC 0 represents an invalid value, indicating that an acknowledgment message was never sent.