DittoUpdateResult
public enum DittoUpdateResult
Describes the result of an update operation performed on a DittoMutableDocument.
- set: Describes the
setupdate that was performed. - removed: Describes the
removeupdate that was performed. - incremented: Describes the
incrementupdate that was performed. - pushed: Describes the
pushupdate that was performed. - popped: Describes the
popupdate that was performed. - inserted: Describes the
insertupdate that was performed.
-
Undocumented
Declaration
Swift
case set(docID: DittoDocumentID, path: String, value: Any?) -
Undocumented
Declaration
Swift
case removed(docID: DittoDocumentID, path: String) -
Undocumented
Declaration
Swift
case incremented(docID: DittoDocumentID, path: String, amount: Double) -
Undocumented
Declaration
Swift
case pushed(docID: DittoDocumentID, path: String, value: Any?) -
Undocumented
Declaration
Swift
case popped(docID: DittoDocumentID, path: String, value: Any?) -
Undocumented
Declaration
Swift
case inserted(docID: DittoDocumentID, path: String, value: Any?)
DittoUpdateResult Enumeration Reference