Partial Updates using EF Core to CosmosDB

Viewed 51

Is it possible to do partial updates using EF Core and Cosmos DB? I want to add an item to an existing array without retrieving the entire document.

1 Answers
Related