Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FleetMetricDefinition

The database metric details.

Properties

Optional baselineValue

baselineValue: undefined | number

The baseline value of the metric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dimensions

The dimensions of the metric.

Optional metricName

metricName: undefined | string

The name of the metric.

Optional percentageChange

percentageChange: undefined | number

The percentage change in the metric aggregated value compared to the baseline value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional targetValue

targetValue: undefined | number

The target value of the metric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timestamp

timestamp: Date

The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Optional unit

unit: undefined | string

The unit of the value.

Functions

getDeserializedJsonObj

getJsonObj