Is there a way to programmatically write data to Time Series Insights Gen2?
In our case we regularily compute values based on the raw data. The computation requires more logic than simply applying aggregates to values of a single time series.
I want to re-ingest the result of the computation and it's timestamp to TSI so i can query it along with the raw data.
Is the only way to achieve this by sending an event with the computation result to IoT Hub or Event Hub the same way it was for Gen1 as seen here or am i missing something?