且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用python更新Cosmos Db中的记录?

更新时间:2023-02-14 11:36:16

您要使用的方法是

The method you would want to use is ReplaceItem. You will need to query the container to get the document (so that you have that document's self link), then call this method and pass the updated document.