DittoWriteTransactionResultInserted

@objc
public class DittoWriteTransactionResultInserted : NSObject, DittoWriteTransactionResultValueObjC

Represents the write transaction result that will be the value of a DittoWriteTransactionResultObjC when its type is inserted and asInserted is called on it.

  • The ID of the document that was updated.

    Declaration

    Swift

    @objc
    public let docID: String
  • The name of the collection that the document was inserted into.

    Declaration

    Swift

    @objc
    public let collectionName: String