ThroughputBucketResource interface
Cosmos DB throughput bucket object
Properties
| id | Represents the throughput bucket id |
| is |
Indicates whether this is the default throughput bucket |
| max |
Represents maximum percentage throughput that can be used by the bucket |
Property Details
id
Represents the throughput bucket id
id: number
Property Value
number
isDefaultBucket
Indicates whether this is the default throughput bucket
isDefaultBucket?: boolean
Property Value
boolean
maxThroughputPercentage
Represents maximum percentage throughput that can be used by the bucket
maxThroughputPercentage: number
Property Value
number