IotHubDeviceTelemetryEventData interface
Event data for Microsoft.Devices.DeviceTelemetry event.
- Extends
Inherited 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. |
Inherited Property Details
body
The content of the message from the device.
body?: any
Property Value
any
Inherited From DeviceTelemetryEventProperties.body
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}
Inherited From DeviceTelemetryEventProperties.properties
systemProperties
System properties help identify contents and source of the messages.
systemProperties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From DeviceTelemetryEventProperties.systemProperties
Azure SDK for JavaScript