@ibm-cloud/cloudant - v0.12.6
    Preparing search index...
    interface Transport {
        att_encoding_info?: boolean;
        attachments?: boolean;
        conflicts?: boolean;
        descending?: boolean;
        end_key?: string;
        include_docs?: boolean;
        inclusive_end?: boolean;
        key?: string;
        keys?: string[];
        limit?: number;
        skip?: number;
        start_key?: string;
        update_seq?: boolean;
    }
    Index

    Properties

    att_encoding_info?: boolean
    attachments?: boolean
    conflicts?: boolean
    descending?: boolean
    end_key?: string
    include_docs?: boolean
    inclusive_end?: boolean
    key?: string
    keys?: string[]
    limit?: number
    skip?: number
    start_key?: string
    update_seq?: boolean