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

    Class SchedulerJob

    Schema for a replication scheduler job.

    Index

    Constructors

    Properties

    database: string

    Replication document database.

    docId: string

    Replication document ID.

    Timestamped history of events as a list of objects.

    id: string

    Schema for a replication job id.

    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.

    node: string

    Cluster node where the job is running.

    pid: string

    Replication process ID.

    source: string

    Replication source.

    startTime: string

    Timestamp of when the replication was started.

    target: string

    Replication target.

    user: string

    Name of user running the process.

    Methods