DeviceTelemetryEvent interface
デバイス テレメトリ イベント (DeviceTelemetry) の EventGridEvent の Data プロパティのスキーマ。
プロパティ
| body | デバイスからのメッセージの内容。 |
| properties | アプリケーション プロパティは、メッセージに追加できるユーザー定義の文字列です。 これらのフィールドは省略可能です。 |
| system |
システム プロパティは、メッセージの内容とソースを識別するのに役立ちます。 |
プロパティの詳細
body
デバイスからのメッセージの内容。
body: Record<string, unknown>
プロパティ値
Record<string, unknown>
properties
アプリケーション プロパティは、メッセージに追加できるユーザー定義の文字列です。 これらのフィールドは省略可能です。
properties: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
systemProperties
システム プロパティは、メッセージの内容とソースを識別するのに役立ちます。
systemProperties: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}