简体   繁体   English

如何删除Google Cloud数据存储区中的命名空间

[英]How to delete namespace in Google Cloud datastore

I have a couple of Google App Engine versions in a project, and I use its Datastore. 我在一个项目中有几个Google App Engine版本,我使用它的数据存储区。 Each version creates a namespace on Datastore, where I have created some entities within a couple of kinds. 每个版本都在Datastore上创建一个名称空间,我在其中创建了几种类型的实体。

Now I've deleted some of the versions, and I want to delete their stuff on Datastore. 现在我删除了一些版本,我想删除他们在Datastore上的东西。 I've deleted the entities, then the referred kinds had disappeared, but I can't find a way to delete the namespaces. 我删除了实体,然后引用的种类已经消失,但我找不到删除命名空间的方法。

How can I delete a namespace in Google Cloud Datastore? 如何删除Google Cloud Datastore中的命名空间?

Each namespace stores a set of system kinds eg. 每个命名空间存储一组系统类型,例如。 statistics: https://cloud.google.com/datastore/docs/concepts/stats Those are reculculated every 48h, and deleted if there are no more user data in that namespace. 统计信息: https ://cloud.google.com/datastore/docs/concepts/stats每48小时重新计算一次,如果该命名空间中没有更多用户数据,则删除。 At that time namespace should disappear from your Datastore as well. 那时,名称空间也应该从您的数据存储区中消失。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM