Does TSI gen2 support delete storage files ?

祁 磊 26 Reputation points
2021-07-05T09:52:57.597+00:00

111852-tsigen2deletedata.png

I wanted to delete the wrong data in TSI GEN2, so I deleted the stored file, but the API didn't work properly.When querying for data that contains the date of the deleted file, respond with the following error message.

{
"error": {
"code": "InternalServerError",
"message": "Internal server error. Please retry your request later."
}
}

Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
74 questions
{count} votes

1 answer

Sort by: Most helpful
  1. António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
    2021-07-13T23:19:35.403+00:00

    Hello @祁 磊 ,

    Today TSI does not support data deletion in Gen 2. And this is something that customer can't control. Product Team is working to enable data deletion in future and you can vote on the feature request here: Feature Request - Add abillity to remove events within a given time period or with given time series Id

    Retention Policy only applies to Gen1, as described in the doc: Configuring retention in Azure Time Series Insights Gen1

    In Gen 2 it's not possible to define a retention policy:

    • Cold data is persisted forever.
    • Warm data has max a retention time of 31 days.

    Warm data is optional, while Cold data is there by default.

    Thank you for your question and I hope I could help!

    Remember:

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.
    1 person found this answer helpful.
    0 comments No comments