DittoUpdateResultSet

@objc
public class DittoUpdateResultSet : NSObject, DittoUpdateResultValueObjC

Represents the update result that will be the value of a DittoUpdateResultObjC when its type is set and asSet is called on it.

  • The ID of the document that was updated.

    Declaration

    Swift

    @objc
    public let docID: String
  • The path to the key in the document that was updated.

    Declaration

    Swift

    @objc
    public let path: String
  • The value the was set at the path in the doucment.

    Declaration

    Swift

    @objc
    public let value: Any