Class Telemetry
Represents a telemetry.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
[Serializable]
public class Telemetry
Fields
Key
The key of the telemetry.
Declaration
public string Key
Field Value
Type | Description |
---|---|
String |
Timestamp
The time stamp of the telemetry.
Declaration
public DateTimeOffset Timestamp
Field Value
Type | Description |
---|---|
DateTimeOffset |
Value
The value of the telemetry.
Declaration
public double Value
Field Value
Type | Description |
---|---|
Double |