开发者

Query children of a Datastore entity

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜