CapacityResponse

data class CapacityResponse(val publishMibPerSec: Int, val subscribeMibPerSec: Int)

The throughput capacity configuration for each partition.

Constructors

Link copied to clipboard
constructor(publishMibPerSec: Int, subscribeMibPerSec: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.

Link copied to clipboard

Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.