Share via


NamespaceSku Class

Represents available Sku pricing tiers.

Constructor

NamespaceSku(*, name: str | _models.SkuName | None = None, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

The name of the SKU. "Standard"

Default value: None
capacity
int

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.

Default value: None

Variables

Name Description
name

The name of the SKU. "Standard"

capacity
int

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.