How can I programmatically determine which Datastore indexes are in error?

若如初见. 提交于 2019-12-05 22:21:51

Unfortunately Cloud Datastore doesn't have a public API for managing indexes and the current command line tools use an internal API that doesn't have access to that information.

We're aiming to have an index management API sometime next year (already working on designs) and I'll make sure this key use case is something we cover.

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