@ibm-cloud/cloudant - v0.12.7
    Preparing search index...
    interface Transport {
        conflicts: any;
        direction: string;
        end_key: any;
        include_docs: boolean;
        partition: string;
        reduce: boolean;
        stable: boolean;
        start_key?: any;
        update: any;
        view_type: string;
    }
    Index

    Properties

    conflicts: any
    direction: string
    end_key: any
    include_docs: boolean
    partition: string
    reduce: boolean
    stable: boolean
    start_key?: any
    update: any
    view_type: string