AccountCapacityArgs

data class AccountCapacityArgs(val totalThroughputLimit: Output<Int>) : ConvertibleToJava<AccountCapacityArgs>

Constructors

Link copied to clipboard
constructor(totalThroughputLimit: Output<Int>)

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.

Functions

Link copied to clipboard
open override fun toJava(): AccountCapacityArgs