开发者

Query children of a Datastore entity

开发者 https://www.devze.com 2023-02-04 04:35 出处:网络
How do I query all the children of a Datastore entity in Python? 开发者_如何学CThe parent entity is of a different kind, but all children are of the same kind.Like this:

How do I query all the children of a Datastore entity in Python? 开发者_如何学CThe parent entity is of a different kind, but all children are of the same kind.


Like this:

ChildKind.all().ancestor(parent).fetch(100)
0

精彩评论

暂无评论...
验证码 换一张
取 消