MetricSpecification Class

Metric specification of operation.

Inheritance
MetricSpecification

Constructor

MetricSpecification(*, name: Optional[str] = None, display_name: Optional[str] = None, display_description: Optional[str] = None, unit: Optional[str] = None, dimensions: Optional[List[azure.mgmt.storage.v2019_04_01.models._models_py3.Dimension]] = None, aggregation_type: Optional[str] = None, fill_gap_with_zero: Optional[bool] = None, category: Optional[str] = None, resource_id_dimension_name_override: Optional[str] = None, **kwargs)

Variables

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
list[Dimension]

Dimensions of blobs, including blob type and access tier.

aggregation_type
str

Aggregation type could be Average.

fill_gap_with_zero
bool

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.