QueryMetric interface
A database query.
Properties
display |
The name of the metric for display in user interface NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the metric NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit of measurement NOTE: This property will not be serialized. It can only be populated by the server. |
value | The measured value NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
The name of the metric for display in user interface NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
name
The name of the metric NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
unit
The unit of measurement NOTE: This property will not be serialized. It can only be populated by the server.
unit?: QueryMetricUnit
Property Value
value
The measured value NOTE: This property will not be serialized. It can only be populated by the server.
value?: number
Property Value
number
Azure SDK for JavaScript