AccountCapacity

data class AccountCapacity(val totalThroughputLimit: Int)

Constructors

Link copied to clipboard
constructor(totalThroughputLimit: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total throughput limit imposed on this Cosmos DB account (RU/s). Possible values are at least -1. -1 means no limit.