Yea just curious in when exactly we should expect to lose all the associated data, when the namespace is modified to point to another class? when the namespace is deleted? when the script is deleted? or something else?
yea but that that wrangler command calls multiple cloudflare rest api calls behind the scenes (I don't use wrangler, call the apis directly) - curious which one actually means the data is no longer available after that.
Thank you, that makes sense. So the data would be available if you renamed the class and updated the existing namespace - that's useful. I've noticed that while you can initially create a namespace without a script/class, once defined it does not seem like you can set the script/class to undefined or null again, is this intentional?
One more question about isolate sharing: what objects are eligible for sharing? All objects in the same script? Or only objects of the same class, same namespace?