NamespaceSku Class

Represents available Sku pricing tiers.

Inheritance
azure.mgmt.eventgrid._serialization.Model
NamespaceSku

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"

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.

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.