Get Throughput Pool Result
data class GetThroughputPoolResult(val azureApiVersion: String, val id: String, val location: String, val maxThroughput: Int? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An Azure Cosmos DB Throughputpool.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Value for throughput to be shared among CosmosDB resources in the pool.
Link copied to clipboard
A provisioning state of the ThroughputPool.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.