DittoWriteTransactionResultTypeObjC

@objc
public enum DittoWriteTransactionResultTypeObjC : Int

Describes the result of a write transaction operation.

  • inserted: Describes a document that has been inserted, referencing its ID and the collection it was inserted into.
  • updated: Describes a document that has been updated, referencing its ID and the collection it belongs to.
  • evicted: Describes a document that has been evicted, referencing its ID and the collection it belonged to.
  • removed: Describes a document that has been removed, referencing its ID and the collection it belonged to.
  • Undocumented

    Declaration

    Swift

    case inserted = 1
  • Undocumented

    Declaration

    Swift

    case updated
  • Undocumented

    Declaration

    Swift

    case evicted
  • Undocumented

    Declaration

    Swift

    case removed