QueryMetric interface
数据库查询。
属性
| display |
用户界面中显示的指标的名称注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 指标说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| unit | 度量单位注意:此属性不会序列化。 它只能由服务器填充。 |
| value | 度量值注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
displayName
用户界面中显示的指标的名称注意:此属性不会序列化。 它只能由服务器填充。
displayName?: string
属性值
string
name
指标说明的名称:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
unit
value
度量值注意:此属性不会序列化。 它只能由服务器填充。
value?: number
属性值
number