MetricSpecification Class
Metric specification of operation.
- Inheritance
-
azure.mgmt.storage._serialization.ModelMetricSpecification
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. |
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. |
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. |
Azure SDK for Python