ReplicationInstance

ReplicationInstance
ReplicationInstance

Represents an point-in-time instance that can recovered to.

JSON Example
{
    "isPinned": true,
    "key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
    "quiescedType": "string",
    "sequenceNumber": 11,
    "timestamp": 1469701818743,
    "transferBytes": 512000,
    "transferSeconds": 4
}
boolean
isPinned
Optional

Whether the instance is pinned.

string
key
Optional

PIT instance identifier. Use when failing over the replication.

quiescedType
Optional

quiescedType

integer As int64 As int64
sequenceNumber
Optional

Counter, representing the sequential number of the current instance.

integer As int64 As int64
timestamp
Optional

Timestamp of the time when this instance is created. Measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.

integer As int64 As int64
transferBytes
Optional

Total bytes in this instance that are transferred during the delta and any preceding full synchronization.

integer As int64 As int64
transferSeconds
Optional

Total time in seconds it took to transfer the current instance including any preceding full synchronization.