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

    Interface HeadDesignDocumentParams

    Parameters for the headDesignDocument operation.

    interface HeadDesignDocumentParams {
        db: string;
        ddoc: string;
        headers?: OutgoingHttpHeaders;
        ifNoneMatch?: string;
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • HeadDesignDocumentParams
    Index

    Properties

    db: string

    Path parameter to specify the database name.

    ddoc: string

    Path parameter to specify the design document name. The design document name is the design document ID excluding the _design/ prefix.

    headers?: OutgoingHttpHeaders
    ifNoneMatch?: string

    Header parameter for a conditional HTTP request not matching an ETag.

    signal?: GenericAbortSignal