IotHubDeviceTelemetryEventData interface

Event data for Microsoft.Devices.DeviceTelemetry event.

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.

systemProperties

System properties help identify contents and source of the messages.

Inherited Property Details

body

The content of the message from the device.

body: Record<string, unknown>

Property Value

Record<string, unknown>

Inherited From DeviceTelemetryEvent.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 DeviceTelemetryEvent.properties

systemProperties

System properties help identify contents and source of the messages.

systemProperties: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From DeviceTelemetryEvent.systemProperties