Is there any way to clean the Isolate Storage?
I know I can do: IsolateStorage.Delete(key), but what I want to do is delete ALL the keys, because there are millions and I do not know the keys and I want to clear them all.
Thank you
Is there any way to clean the Isolate Storage?
I know I can do: IsolateStorage.Delete(key), but what I want to do is delete ALL the keys, because there are millions and I do not know the keys and I want to clear them all.
Thank you
Thank you for your answer.
I have allready found the sollution.
It turns out that the IsolateStorage is a system table. I can use it as a normal table, and hence, I can use it, filter it and delete al the records I need.
Thank you ever so much
Hello,
As of now there is no dedicated function exist to clear all at one AFAIK.
Workaround: However if those are belongs to some tables which you know then write the process to fill all the key in the temp/buffer table and call the IsolateStorage.Delete(key) using loop for this temp/buffer table.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,554 Super User 2024 Season 2
Martin Dráb 228,588 Most Valuable Professional
nmaenpaa 101,148