Class TimeMetricElementModel
The time metric element model.
public class TimeMetricElementModel
- Inheritance
-
TimeMetricElementModel
- Inherited Members
Properties
TimeStamp
The time stamp of the metric
[JsonProperty("TimeStamp", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset TimeStamp { get; set; }
Property Value
Value
The value of the metric
[JsonProperty("Value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Value { get; set; }