PeerReplicatorStatus

public struct PeerReplicatorStatus : CBLWrappable

The replicator status for a specific peer.

  • The peer’s identifier.

    Declaration

    Swift

    public var peerID: PeerID { get }
  • Indicates whether this replicator was initiated by this peer. true if it is an active replicator that initiates an outgoing connection to the other peer; false if it is a passive replicator accepting an incoming connection from the other peer.

    Declaration

    Swift

    public var outgoing: Bool { get }
  • The replicator status and progress.

    Declaration

    Swift

    public var status: Replicator.Status { get }