Transaction Operation
sealed class TransactionOperation
Content copied to clipboard
Represents a write operation to perform on a data node within an atomic transaction.
See also
Types
Abort
Link copied to clipboard
Operation of aborting the transaction.
Companion
Link copied to clipboard
object Companion
Content copied to clipboard
Provides some usual transaction functions for the DatasyncNode.runTransaction method.
Remove
Link copied to clipboard
Operation of removing the data node value, equivalent to Set(null)
.
Inheritors
TransactionOperation
Link copied to clipboard
TransactionOperation
Link copied to clipboard
TransactionOperation
Link copied to clipboard