PeerDocumentReplication

public struct PeerDocumentReplication : CBLWrappable

Document replication status for a specific peer.

  • The peer’s identifier.

    Declaration

    Swift

    public var peerID: PeerID { get }
  • A flag indicating the replication is push or pull.

    Declaration

    Swift

    public var isPush: Bool { get }
  • The replicated documents.

    Declaration

    Swift

    public var documents: [ReplicatedDocument] { get }