Interface GetCurrentDatabasesInformationParams

Parameters for the getCurrentDatabasesInformation operation.

interface GetCurrentDatabasesInformationParams {
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetCurrentDatabasesInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal