@ibm-cloud/cloudant - v0.12.4
    Preparing search index...

    Interface GetIndexesInformationParams

    Parameters for the getIndexesInformation operation.

    interface GetIndexesInformationParams {
        db: string;
        headers?: OutgoingHttpHeaders;
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • GetIndexesInformationParams
    Index

    Properties

    Properties

    db: string

    Path parameter to specify the database name.

    headers?: OutgoingHttpHeaders
    signal?: GenericAbortSignal