python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get difference between two dates in seconds using Time Series Expression Syntax in Azure Time Series Insights Explorer
I have an Event Hub that sends data to Time Series Insights, with the following message format:
{
"deviceId" : "Device1",
"time" : "2022-03-30T21:27:29Z"
}
...
Alejandro Alvarez
Votes: 0
Answers: 1
How to type and model telemetry from IOT Central data export, routed through Event Hub and consumed in TSI?
When using IOT Central data export to Event Hub, you have a message format which is:
{
"applicationId": "A-GUID",
"component": null,
"deviceId": "AN-ID&quo...
Patrick
Votes: 0
Answers: 1
Avoid duplicate data on Time Series Insight / EventHub
I'm using Time Series Insight that is consuming events from EventHub. I just saw that we have some duplicated data. Is there a way to avoid the store of duplicate data on TSI or even on EventHub?
rfc
Votes: 0
Answers: 0
Not able to filter out required property in Azure TSI Gen1 Get Events API response
I am using the below request body to fetch only the required property values.
"searchSpan": {
"from": {
"dateTime": "2021-11-20T00:00:00.000Z"
}...
kingvittu
Votes: 0
Answers: 0