CBLDocumentReplication

@interface CBLDocumentReplication : NSObject

Document replication event

  • The replicator.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLReplicator *_Nonnull replicator;
  • The flag indicating that the replication is push or pull.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isPush;
  • A list of the replicated documents.

    Declaration

    Objective-C

    @property (nonatomic, readonly)
        NSArray<CBLReplicatedDocument *> *_Nonnull documents;
  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;