Interface GetDatabaseInformationParams

Parameters for the getDatabaseInformation operation.

interface GetDatabaseInformationParams {
    db: string;
    headers?: OutgoingHttpHeaders;
}

Properties

Properties

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders

Generated using TypeDoc