SourceStateInfo

SourceStateInfo
SourceStateInfo

An event describing the state of the source replication. It is generated in the source Replicator service and sent to the Manager service.

AllOf
This class requires all of the following:
JSON Example
{
    "progress": {
        "bytesToTransfer": 1000,
        "bytesTransferred": 400,
        "checksumComparedBytes": 1000,
        "checksumTotalBytes": 1000,
        "progress": 40
    },
    "state": "string",
    "stateAge": 0
}
integer As int64 As int64
stateAge
Optional

Number of milliseconds elapsed since this state was received from the remote site. Note: The user interface displays a warning when this value is greater than the current RPO.

Property Of