Schema for scheduler document information. A JSON object that may contain additional information about the state. For error states this will contain an error field and string value.

Constructors

Properties

changesPending?: number

The count of changes not yet replicated.

checkpointedSourceSeq?: string

The source sequence id which was last successfully replicated.

docWriteFailures?: number

The count of docs which failed to be written to the target.

docsRead?: number

The count of docs which have been read from the source.

docsWritten?: number

The count of docs which have been written to the target.

error?: string

Replication error message.

missingRevisionsFound?: number

The count of revisions which were found on the source, but missing from the target.

revisionsChecked?: number

The count of revisions which have been checked since this replication began.

sourceSeq?: string

The last sequence number obtained from the source database changes feed.

throughSeq?: string

The last sequence number processed by the replicator.

Methods