MetricValue
The actual value of a Metric
Readonly struct
note
Whenever a value of a metric is updated, the Value must conform to the type restrictions imposed by
the MetricValueType of that Metrics MetricType.
For MetricTypes with a defined base unit, the value must be provided in that base unit to ensure correct unit
conversions.
Properties
Property | Type | Description |
---|---|---|
Id | string | The id of the Metric |
Timestamp | DateTime | The date and time the value was recorded or measured at in UTC |
Value | object? | The actual value |