NamespaceSku interface
Represents available Sku pricing tiers.
Properties
capacity | 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. |
name | The name of the SKU. |
Property Details
capacity
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.
capacity?: number
Property Value
number
name
The name of the SKU.
name?: string
Property Value
string