Update
Partial document update.
When you need to update only part of the document, you can specify which properties should be updated. You can benefit from it in many ways: you don't need to prefetch all the data upfront, reduce the payload of a request, increment some property without replacing the entire document, ... If you want to replace the entire document, please refer to ReplaceOne action.
Check the information about entities on how your class objects are serialized.
Check the docs on how to form filters.
Last updated