MetricSpecification interface
與計量相關的作業詳細數據。
屬性
| aggregation |
計量匯總的類型。 |
| dimensions | 計量的維度 |
| display |
計量的描述。 |
| display |
計量的當地語系化顯示名稱。 |
| metric |
計量的類型。 |
| name | 計量的名稱。 |
| supported |
支援計量匯總類型。 |
| unit | 度量的測量單位。 |
屬性詳細資料
aggregationType
計量匯總的類型。
aggregationType?: string
屬性值
string
dimensions
displayDescription
計量的描述。
displayDescription?: string
屬性值
string
displayName
計量的當地語系化顯示名稱。
displayName?: string
屬性值
string
metricClass
計量的類型。
metricClass?: string
屬性值
string
name
計量的名稱。
name?: string
屬性值
string
supportedAggregationTypes
支援計量匯總類型。
supportedAggregationTypes?: string[]
屬性值
string[]
unit
度量的測量單位。
unit?: string
屬性值
string