GlobalTableWarmThroughput

data class GlobalTableWarmThroughput(val readUnitsPerSecond: Int? = null, val writeUnitsPerSecond: Int? = null)

Constructors

Link copied to clipboard
constructor(readUnitsPerSecond: Int? = null, writeUnitsPerSecond: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val readUnitsPerSecond: Int? = null

Represents the number of read operations your base table can instantaneously support.

Link copied to clipboard

Represents the number of write operations your base table can instantaneously support.