Referencing the mapping Data type
Keith Springs
21
Reputation points
Currently I'm attempting to Query my ingested avro data. The issue I'm having currently is that I don't know how to pull data from the body. I want the "value" property in my "body" column, how should I reference that value?
The end goal is to create a line graph that has my enqueued time as the x axis and the value as my y axis.
Posted below is what was copied and pasted from using the take operator.
"EnqueuedTimeUtc": 2022-10-26T12:05:06.0460000Z,
"Properties": ,
"SystemProperties": {
"connectionDeviceId": "axcf2152",
"connectionDeviceGenerationId": "638005690194176165",
"connectionAuthMethod": "{\"scope\":\"device\",\"type\":\"sas\",\"issuer\":\"iothub\",\"acceptingIpFilterRule\":null}",
"enqueuedTime": "2022-10-26T12:05:06.0460000Z"
},
"Body": {"deviceId":"axcf2152","name":"Memory","value":5,"dateTime":1666785906051}
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
576 questions
Sign in to answer