PeerReplicatorStatus
public struct PeerReplicatorStatus : CBLWrappable
The replicator status for a specific peer.
-
The peer’s identifier.
Declaration
Swift
public var peerID: PeerID { get } -
A flag indicating the direction of the replication.
Declaration
Swift
public var outgoing: Bool { get } -
The replicator status and progress.
Declaration
Swift
public var status: Replicator.Status { get }
PeerReplicatorStatus Structure Reference