@ibm-cloud/cloudant - v0.12.7
    Preparing search index...
    interface Transport {
        bookmark?: string;
        by?: string;
        counts?: { [key: string]: JsonObject };
        ranges?: { [key: string]: JsonObject };
        rows: CloudantV1.SearchResultRow[];
        total_rows: number;
    }
    Index

    Properties

    bookmark?: string
    by?: string
    counts?: { [key: string]: JsonObject }
    ranges?: { [key: string]: JsonObject }
    total_rows: number