CBLReplicatedDocument

@interface CBLReplicatedDocument : NSObject

CBLReplicatedDocument contains the information of a document that has been replicated.

  • id

    The document ID.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull id;
  • The flags describing the replicated document.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLDocumentFlags flags;
  • The error if occurred

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSError *error;
  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;