Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OfferDefinition interface
- Package:
- @azure/cosmos
Properties
| content |
| id |
| offerResourceId |
| offerType |
| offerVersion |
| resource |
Property Details
content
content?: { offerAutopilotSettings?: { autoUpgrade: boolean, maxThroughput: number, maximumTierThroughput: number, tier: number }, offerIsRUPerMinuteThroughputEnabled: boolean, offerMinimumThroughputParameters?: { maxConsumedStorageEverInKB: number, maxThroughputEverProvisioned: number }, offerThroughput: number }
Property Value
{ offerAutopilotSettings?: { autoUpgrade: boolean, maxThroughput: number, maximumTierThroughput: number, tier: number }, offerIsRUPerMinuteThroughputEnabled: boolean, offerMinimumThroughputParameters?: { maxConsumedStorageEverInKB: number, maxThroughputEverProvisioned: number }, offerThroughput: number }
id
id?: string
Property Value
string
offerResourceId
offerResourceId?: string
Property Value
string
offerType
offerType?: string
Property Value
string
offerVersion
offerVersion?: string
Property Value
string
resource
resource?: string
Property Value
string
