Class TelemetryAggregate
Represents an aggregation of telemetries.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
[Serializable]
public class TelemetryAggregate
Fields
Average
The average of all telemetries of the aggregation.
Declaration
public double Average
Field Value
| Type | Description |
|---|---|
| Double |
DeviceTelemetries
The list of telemetries.
Declaration
public DeviceTelemetries[] DeviceTelemetries
Field Value
| Type | Description |
|---|---|
| DeviceTelemetries[] |
EndTime
The end time of the aggregation.
Declaration
public DateTimeOffset EndTime
Field Value
| Type | Description |
|---|---|
| DateTimeOffset |
StartTime
The start time of the aggregation.
Declaration
public DateTimeOffset StartTime
Field Value
| Type | Description |
|---|---|
| DateTimeOffset |
Total
The total sum of all telemetries of the aggregation.
Declaration
public double Total
Field Value
| Type | Description |
|---|---|
| Double |