DeviceTelemetryEventProperties interface
Schema of the Data property of an EventGridEvent for a device telemetry event (DeviceTelemetry).
Properties
body | The content of the message from the device. |
properties | Application properties are user-defined strings that can be added to the message. These fields are optional. |
system |
System properties help identify contents and source of the messages. |
Property Details
body
The content of the message from the device.
body?: any
Property Value
any
properties
Application properties are user-defined strings that can be added to the message. These fields are optional.
properties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
systemProperties
System properties help identify contents and source of the messages.
systemProperties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript