@ibm-cloud/cloudant - v0.12.8
    Preparing search index...
    interface Transport {
        _attachments?: { [key: string]: CloudantV1.Attachment.Transport };
        _conflicts?: string[];
        _deleted?: boolean;
        _deleted_conflicts?: string[];
        _id?: string;
        _local_seq?: string;
        _rev?: string;
        _revisions?: CloudantV1.Revisions.Transport;
        _revs_info?: CloudantV1.DocumentRevisionStatus[];
        cancel?: boolean;
        checkpoint_interval?: number;
        connection_timeout?: number;
        continuous?: boolean;
        create_target?: boolean;
        create_target_params?: CloudantV1.ReplicationCreateTargetParameters.Transport;
        doc_ids?: string[];
        filter?: string;
        http_connections?: number;
        owner?: string;
        query_params?: JsonObject;
        retries_per_request?: number;
        selector?: JsonObject;
        since_seq?: string;
        socket_options?: string;
        source: CloudantV1.ReplicationDatabase.Transport;
        source_proxy?: string;
        target: CloudantV1.ReplicationDatabase.Transport;
        target_proxy?: string;
        use_bulk_get?: boolean;
        use_checkpoints?: boolean;
        user_ctx?: CloudantV1.UserContext.Transport;
        winning_revs_only?: boolean;
        worker_batch_size?: number;
        worker_processes?: number;
        [propName: string]: any;
    }

    Indexable

    • [propName: string]: any

      ReplicationDocument.ReplicationDocument.Transport accepts additional properties of type any.

    Index

    Properties

    _attachments?: { [key: string]: CloudantV1.Attachment.Transport }
    _conflicts?: string[]
    _deleted?: boolean
    _deleted_conflicts?: string[]
    _id?: string
    _local_seq?: string
    _rev?: string
    cancel?: boolean
    checkpoint_interval?: number
    connection_timeout?: number
    continuous?: boolean
    create_target?: boolean
    doc_ids?: string[]
    filter?: string
    http_connections?: number
    owner?: string
    query_params?: JsonObject
    retries_per_request?: number
    selector?: JsonObject
    since_seq?: string
    socket_options?: string
    source_proxy?: string
    target_proxy?: string
    use_bulk_get?: boolean
    use_checkpoints?: boolean
    winning_revs_only?: boolean
    worker_batch_size?: number
    worker_processes?: number