SqlDatabaseAutoscaleSettings

data class SqlDatabaseAutoscaleSettings(val maxThroughput: Int? = null)

Constructors

Link copied to clipboard
constructor(maxThroughput: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxThroughput: Int? = null

The maximum throughput of the SQL database (RU/s). Must be between 1,000 and 1,000,000. Must be set in increments of 1,000. Conflicts with throughput.