CBLPeerReplicatorStatus

@interface CBLPeerReplicatorStatus : NSObject

The replicator status for a specific peer.

  • The peer’s identifier.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLPeerID *_Nonnull peerID;
  • A flag indicating the direction of the replication.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL outgoing;
  • The replicator status and progress.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CBLReplicatorStatus *_Nonnull status;
  • Unavailable

    Not available.

    Declaration

    Objective-C

    - (nonnull instancetype)init;