sealed class DittoUpdateResult
Describes the result of an update operation performed on a DittoMutableDocument
.
set
update that was performed.remove
update that was performed.replaceWithCounter
update that was performed.increment
update that was performed.push
update that was performed.pop
update that was performed.insert
update that was performed.
Incremented |
class Incremented : DittoUpdateResult |
Inserted |
class Inserted : DittoUpdateResult |
Popped |
class Popped : DittoUpdateResult |
Pushed |
class Pushed : DittoUpdateResult |
Removed |
class Removed : DittoUpdateResult |
ReplacedWithCounter |
class ReplacedWithCounter : DittoUpdateResult |
Set |
class Set : DittoUpdateResult |