Interface GetDesignDocumentInformationParams

Parameters for the getDesignDocumentInformation operation.

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

Hierarchy

  • DefaultParams
    • GetDesignDocumentInformationParams

Properties

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
signal?: GenericAbortSignal