MetricValue interface
Represents database metrics.
Properties
| average | The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
| count | The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
| maximum | The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
| minimum | The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
| timestamp | The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
| total | The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
average
The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
average?: number
Property Value
number
count
The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
maximum
The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
timestamp
The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
total
The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
total?: number
Property Value
number