How to delete a kind in Google cloud datastore

眉间皱痕 提交于 2019-12-08 17:03:45

问题


In the Cloud Datastore Admin console, I can only delete all entities of a certain kind. I am wondering how to delete the kind along with all its entities as well.

I am using datastore emulator as the local dev server.


回答1:


After you delete all the entities of a kind, the kind will no longer appear in the Cloud Datastore Admin console. I don't recall if it is immediate. It might take 24 hours or so.



来源:https://stackoverflow.com/questions/42576533/how-to-delete-a-kind-in-google-cloud-datastore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!