次の方法で共有


IotHubDeviceTelemetryEventData interface

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

Extends

継承されたプロパティ

body

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

properties

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

systemProperties

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

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

body

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

body: Record<string, unknown>

プロパティ値

Record<string, unknown>

DeviceTelemetryEvent.bodyから継承されます

properties

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

properties: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

DeviceTelemetryEvent.propertiesから継承

systemProperties

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

systemProperties: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

DeviceTelemetryEvent.systemPropertiesから継承