@ibm-cloud/cloudant - v0.12.3
    Preparing search index...

    Class SchedulerInfo

    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.

    Index

    Constructors

    Properties

    changesPending?: number

    The count of changes not yet replicated.

    checkpointedSourceSeq?: string

    The source sequence id which was last successfully replicated.

    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.

    docWriteFailures?: number

    The count of docs which failed to be 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