Table of Contents

Class TimeMetricElementModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

DateTimeOffset

Value

The value of the metric

[JsonProperty("Value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Value { get; set; }

Property Value

double