MetricSpecifications interface
用于向鞋盒公开性能指标的可用作指标规范。
属性
| aggregation |
指标的聚合类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
| dimensions | 指标的维度。 注意:此属性不会序列化。 它只能由服务器填充。 |
| display |
指标的显示说明。 注意:此属性不会序列化。 它只能由服务器填充。 |
| display |
指标的显示名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 指标的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| unit | 指标的单位。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
aggregationType
指标的聚合类型。 注意:此属性不会序列化。 它只能由服务器填充。
aggregationType?: string
属性值
string
dimensions
displayDescription
指标的显示说明。 注意:此属性不会序列化。 它只能由服务器填充。
displayDescription?: string
属性值
string
displayName
指标的显示名称。 注意:此属性不会序列化。 它只能由服务器填充。
displayName?: string
属性值
string
name
指标的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
unit
指标的单位。 注意:此属性不会序列化。 它只能由服务器填充。
unit?: string
属性值
string