Reputation: 445
Is it possible to retrieve older data from the Kusto table after the retention period?
Upvotes: 1
Views: 1083
Reputation: 907
I'm guessing you are referring to softDeletePolicy which is the time the data is keep available for query. If the time of softDeletePolicy passed the data would not be available for query, but if you have Data recoverability enabled, the data will be recoverable for 14 days after it's been soft deleted.
You can read more about it here: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/retentionpolicy#the-policy-object
Upvotes: 6