MetricSpecification Class 
Metric specification of operation.
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 | Name of metric specification. Default value: None | 
| display_name | Display name of metric specification. Default value: None | 
| display_description | Display description of metric specification. Default value: None | 
| unit | Unit could be Bytes or Count. Default value: None | 
| dimensions | Dimensions of blobs, including blob type and access tier. Default value: None | 
| aggregation_type | Aggregation type could be Average. Default value: None | 
| fill_gap_with_zero | The property to decide fill gap with zero or not. Default value: None | 
| category | The category this metric specification belong to, could be Capacity. Default value: None | 
| resource_id_dimension_name_override | Account Resource Id. Default value: None | 
Variables
| Name | Description | 
|---|---|
| name | Name of metric specification. | 
| display_name | Display name of metric specification. | 
| display_description | Display description of metric specification. | 
| unit | Unit could be Bytes or Count. | 
| dimensions | Dimensions of blobs, including blob type and access tier. | 
| aggregation_type | Aggregation type could be Average. | 
| fill_gap_with_zero | The property to decide fill gap with zero or not. | 
| category | The category this metric specification belong to, could be Capacity. | 
| resource_id_dimension_name_override | Account Resource Id. |