Class DeviceSummary
Represents a customizable configuration consisting of multiple telemetry and property.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.Configurations.DeviceSummaries
Assembly: solution.dll
Syntax
[Serializable]
public class DeviceSummary
Remarks
Used to configure a custom set of properties from both the device model and the telemetry model. Inherently, it's a subset of a joint behaviour of the device and telemetry model.
Fields
PropertyNames
Represents a list of device property names.
Declaration
public IEnumerable<string> PropertyNames
Field Value
Type | Description |
---|---|
IEnumerable<String> |
TelemetryNames
Represents a list of device telemetry names.
Declaration
public IEnumerable<string> TelemetryNames
Field Value
Type | Description |
---|---|
IEnumerable<String> |