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