@ibm-cloud/cloudant - v0.12.6
    Preparing search index...
    interface Transport {
        cluster: CloudantV1.DatabaseInformationCluster.Transport;
        committed_update_seq?: string;
        compact_running: boolean;
        compacted_seq?: string;
        db_name: string;
        disk_format_version: number;
        doc_count: number;
        doc_del_count: number;
        engine?: string;
        instance_start_time: string;
        partitioned_indexes?: CloudantV1.PartitionedIndexesInformation.Transport;
        props: CloudantV1.DatabaseInformationProps.Transport;
        sizes: CloudantV1.ContentInformationSizes.Transport;
        update_seq: string;
        uuid?: string;
    }
    Index

    Properties

    committed_update_seq?: string
    compact_running: boolean
    compacted_seq?: string
    db_name: string
    disk_format_version: number
    doc_count: number
    doc_del_count: number
    engine?: string
    instance_start_time: string
    update_seq: string
    uuid?: string