find By ID
fun findByID(id: DittoDocumentID): DittoWriteTransactionPendingIDSpecificOperation
Content copied to clipboard
Generates a DittoWriteTransactionPendingIDSpecificOperation with the provided document ID that can be used to update, remove, or evict the document.
Return
a DittoWriteTransactionPendingIDSpecificOperation that you can chain function calls to either get the document immediately or get updates about it over time.
Parameters
id
the ID of the document.