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

    Interface PostDesignDocsQueriesParams

    Parameters for the postDesignDocsQueries operation.

    interface PostDesignDocsQueriesParams {
        accept?: string;
        db: string;
        headers?: OutgoingHttpHeaders;
        queries: CloudantV1.AllDocsQuery[];
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • PostDesignDocsQueriesParams
    Index

    Properties

    accept?: string

    The type of the response: application/json or application/octet-stream.

    db: string

    Path parameter to specify the database name.

    headers?: OutgoingHttpHeaders

    An array of query objects with fields for the parameters of each individual view query to be executed. The field names and their meaning are the same as the query parameters of a regular /_all_docs request.

    signal?: GenericAbortSignal