Class TelemetryHistory
Represents the history of telemetry.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
public class TelemetryHistory
Properties
Device
The device of the telemetry.
Declaration
public Device Device { get; set; }
Property Value
Type | Description |
---|---|
Device |
Telemetries
The list of telemetries.
Declaration
public IEnumerable<IGrouping<string, Telemetry>> Telemetries { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IGrouping<String, Telemetry>> |