NamespaceSkuResponse

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

Represents available Sku pricing tiers.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.

Link copied to clipboard
val name: String? = null

The name of the SKU.