IotHubDeviceTelemetryEventData interface

Microsoft.Devices.DeviceTelemetry イベントのイベント データ。

Extends

継承されたプロパティ

body

デバイスからのメッセージの内容。

properties

アプリケーション プロパティは、メッセージに追加できるユーザー定義の文字列です。 これらのフィールドはオプションです。

systemProperties

システム プロパティは、メッセージの内容とソースを識別するのに役立ちます。

継承されたプロパティの詳細

body

デバイスからのメッセージの内容。

body: Record<string, any>

プロパティ値

Record<string, any>

DeviceTelemetryEvent.bodyから継承されます

properties

アプリケーション プロパティは、メッセージに追加できるユーザー定義の文字列です。 これらのフィールドはオプションです。

properties: Record<string, string>

プロパティ値

Record<string, string>

DeviceTelemetryEvent.propertiesから継承

systemProperties

システム プロパティは、メッセージの内容とソースを識別するのに役立ちます。

systemProperties: Record<string, string>

プロパティ値

Record<string, string>

DeviceTelemetryEvent.systemPropertiesから継承