Package version:

Interface MetricValue

Represents database metrics.

Hierarchy

  • MetricValue

Properties

average?: number

The average value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

count?: number

The number of values for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

maximum?: number

The max value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

minimum?: number

The min value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: Date

The metric timestamp (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

total?: number

The total value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc