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.
Provides statistics about the Service Fabric Replicator, when it is functioning in a ActiveSecondary role.
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.