SkuResponse

data class SkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)

SKU parameters supplied to the create namespace operation

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.

Link copied to clipboard

Name of this SKU.

Link copied to clipboard
val tier: String? = null

The billing tier of this particular SKU.