A partial update to a document, identified by _id. Any other fields set new values for those fields. Fields named in _remove_fields are removed from the document.
_id
_remove_fields
UpdateDocumentRecord
The unique identifier of the document to update.
Optional
A list of field names to delete from the document.
A partial update to a document, identified by
_id. Any other fields set new values for those fields. Fields named in_remove_fieldsare removed from the document.Export
UpdateDocumentRecord