Parameters for the getIndexesInformation operation.

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

Properties

Properties

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders

Generated using TypeDoc