Parameters for the getPartitionInformation operation.

interface GetPartitionInformationParams {
    db: string;
    headers?: OutgoingHttpHeaders;
    partitionKey: string;
}

Properties

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders
partitionKey: string

Path parameter to specify the database partition key.

Generated using TypeDoc