CBLPeerDocumentReplication

@interface CBLPeerDocumentReplication : NSObject

Document replication status for a specific peer.

  • The peer’s identifier.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLPeerID *_Nonnull peerID;
  • A flag indicating the replication is push or pull.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isPush;
  • The replicated documents.

    Declaration

    Objective-C

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

    Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;