DittoUpdateResult

public enum DittoUpdateResult

Describes the result of an update operation performed on a DittoMutableDocument.

  • set: Describes the set update that was performed.
  • removed: Describes the remove update that was performed.
  • incremented: Describes the increment update that was performed.
  • pushed: Describes the push update that was performed.
  • popped: Describes the pop update that was performed.
  • inserted: Describes the insert update that was performed.