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

    Interface GetUuidsParams

    Parameters for the getUuids operation.

    interface GetUuidsParams {
        count?: number;
        headers?: OutgoingHttpHeaders;
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • GetUuidsParams
    Index

    Properties

    count?: number

    Query parameter to specify the number of UUIDs to return.

    headers?: OutgoingHttpHeaders
    signal?: GenericAbortSignal