MetricSpecification Class

Metric specification of operation.

Inheritance
azure.mgmt.storage._serialization.Model
MetricSpecification

Constructor

MetricSpecification(*, name: str | None = None, display_name: str | None = None, display_description: str | None = None, unit: str | None = None, dimensions: List[_models.Dimension] | None = None, aggregation_type: str | None = None, fill_gap_with_zero: bool | None = None, category: str | None = None, resource_id_dimension_name_override: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of metric specification.

display_name
str

Display name of metric specification.

display_description
str

Display description of metric specification.

unit
str

Unit could be Bytes or Count.

dimensions

Dimensions of blobs, including blob type and access tier.

aggregation_type
str

Aggregation type could be Average.

fill_gap_with_zero

The property to decide fill gap with zero or not.

category
str

The category this metric specification belong to, could be Capacity.

resource_id_dimension_name_override
str

Account Resource Id.

Variables

Name Description
name
str

Name of metric specification.

display_name
str

Display name of metric specification.

display_description
str

Display description of metric specification.

unit
str

Unit could be Bytes or Count.

dimensions

Dimensions of blobs, including blob type and access tier.

aggregation_type
str

Aggregation type could be Average.

fill_gap_with_zero

The property to decide fill gap with zero or not.

category
str

The category this metric specification belong to, could be Capacity.

resource_id_dimension_name_override
str

Account Resource Id.