ThroughputSettingsResourceInfo.ThroughputBuckets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Array of Throughput Bucket limits to be applied to the Cosmos DB container.
public Azure.Provisioning.BicepList<Azure.Provisioning.CosmosDB.CosmosDBThroughputBucket> ThroughputBuckets { get; set; }
member this.ThroughputBuckets : Azure.Provisioning.BicepList<Azure.Provisioning.CosmosDB.CosmosDBThroughputBucket> with get, set
Public Property ThroughputBuckets As BicepList(Of CosmosDBThroughputBucket)