DeviceTelemetryEvent interface

デバイス テレメトリ イベント (DeviceTelemetry) の EventGridEvent の Data プロパティのスキーマ。

プロパティ

body

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

properties

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

systemProperties

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

プロパティの詳細

body

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

body: Record<string, any>

プロパティ値

Record<string, any>

properties

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

properties: Record<string, string>

プロパティ値

Record<string, string>

systemProperties

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

systemProperties: Record<string, string>

プロパティ値

Record<string, string>