Parameters for the postDbsInfo operation.

interface PostDbsInfoParams {
    headers?: OutgoingHttpHeaders;
    keys: string[];
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • PostDbsInfoParams

Properties

Properties

headers?: OutgoingHttpHeaders
keys: string[]

A list of database names.

signal?: GenericAbortSignal