DittoWriteTransactionPendingIDSpecificOperation
These objects are returned when using findByID
functionality on DittoScopedWriteTransaction
s.
You can use them to perform updates on a document and remove or evict a document.
-
Remove the document with the matching ID.
-
Evict the document with the matching ID.
-
Execute the find operation to return the document with the matching ID.
-
Update the document with the matching ID.