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

    Interface GetPartitionInformationParams

    Parameters for the getPartitionInformation operation.

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

    Hierarchy

    • DefaultParams
      • GetPartitionInformationParams
    Index

    Properties

    db: string

    Path parameter to specify the database name.

    headers?: OutgoingHttpHeaders
    partitionKey: string

    Path parameter to specify the database partition key.

    signal?: GenericAbortSignal