Is there a way to delete a property from all entities in Google Datastore using Java? I want it to no longer be visible in the Google Cloud Console.
I tried setting the property to null
in all entities but that did not work. It still shows up in the GCC when looking at the list of entities. It's just every single entry is null
.
How can I completely remove this property from my entity?
EDIT: Here is what it looks like in GCC. I want to just remove this property completely: