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

    Class SchedulerDocument

    Schema for a replication scheduler document.

    Index

    Constructors

    Properties

    database: string

    Database where replication document came from.

    docId: string

    Replication document ID.

    errorCount: number

    Consecutive errors count. Indicates how many times in a row this replication has crashed. Replication will be retried with an exponential backoff based on this number. As soon as the replication succeeds this count is reset to 0. To can be used to get an idea why a particular replication is not making progress.

    id: string

    Replication ID, or null if state is completed or failed.

    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.

    lastUpdated: string

    Timestamp of last state update.

    node?: string

    Cluster node where the job is running.

    source?: string

    Replication source.

    sourceProxy?: string

    Deprecated: Forbidden in IBM Cloudant mediated replications.

    Address of the (http or socks5 protocol) proxy server through which replication with the source database occurs.

    startTime: string

    Timestamp of when the replication was started.

    state: string

    Schema for replication state.

    target?: string

    Replication target.

    targetProxy?: string

    Deprecated: Forbidden in IBM Cloudant mediated replications.

    Address of the (http or socks5 protocol) proxy server through which replication with the target database occurs.

    Methods