This question relates to Microsoft.Azure.Cosmos v3.11.0
.
The documentation of UpsertItemAsync
doesn't specify the exact semantics for the "upsert" operation. In particular, is it an insert + replace, or insert + (partial) update? (I suspect the former, given that this issue is still open as of today.)