from google.cloud import datastore def query_datastore(): client = datastore.Client() query = client.query(kind='MyEntityKind') results = list(query.fetch()) # do something with results...
上一篇:AWSDataStore无法使用ID作为第二个参数进行查询。
下一篇:AWSDataSync传输速度慢