我知道如何使用一键搞定所有实体Book.get_by_id(key) ,其中Book是一个ndb.Model.
Book.get_by_id(key)
Book
ndb.Model
如何获得同类中的所有密钥?它是否正在使用fetch()(https://cloud.google.com/appengine/docs/python/ndb/queryclass#Query_fetch)?
fetch()
python google-app-engine app-engine-ndb google-cloud-datastore
app-engine-ndb ×1
google-app-engine ×1
google-cloud-datastore ×1
python ×1