@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
22 lines • 651 B
TypeScript
export interface OfferDefinition {
id?: string;
offerType?: string;
offerVersion?: string;
resource?: string;
offerResourceId?: string;
content?: {
offerThroughput: number;
offerIsRUPerMinuteThroughputEnabled: boolean;
offerMinimumThroughputParameters?: {
maxThroughputEverProvisioned: number;
maxConsumedStorageEverInKB: number;
};
offerAutopilotSettings?: {
tier: number;
maximumTierThroughput: number;
autoUpgrade: boolean;
maxThroughput: number;
};
};
}
//# sourceMappingURL=OfferDefinition.d.ts.map