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

    Interface PostDbsInfoParams

    Parameters for the postDbsInfo operation.

    interface PostDbsInfoParams {
        headers?: OutgoingHttpHeaders;
        keys: string[];
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • PostDbsInfoParams
    Index

    Properties

    Properties

    headers?: OutgoingHttpHeaders
    keys: string[]

    A list of database names.

    signal?: GenericAbortSignal