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.
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.
Partial document updateis not currently supported in Entity Framework.
This is on their current roadmap. Feel free to upvote it on the EF GitHub repo, Cosmos: Allow partial updates