Home > git-documentdb > WriteOperation
#
WriteOperation typeWrite operation in resolving conflicts
Signature:#
Remarksinsert: A document in either 'ours' or 'theirs' is newly inserted.
update: A document is updated to either 'ours' document or 'theirs' document.
delete: A document is deleted.
insert-merge: A merged document of 'ours' and 'theirs' is newly inserted.
update-merge: A document is updated to a merged document of 'ours' and 'theirs'.