發表文章

目前顯示的是 2月 15, 2019的文章

Querying nested subtrees in Cosmos DB

圖片
0 Let's say I have a parent-child-grandchild-etc relationship in a Cosmos document, represented by the following JSON: "id": "someUniqueString", "peepsNkids": [ "Jane": [ "Joe": , "Jocelyn": [ "Jerry": , "Jan": [ "Tom": , "Dick": , "Harry": ], "Jim": ], "Mary": [ "Moe": , "Larry": , "Dorothy": [ "Eadie": , "Phil": , "Lucille": [ "Desi Jr": ] ] ] ] How can I query