DocumentReplication

public struct DocumentReplication

Document replication event.

  • The source replicator object.

    Declaration

    Swift

    public let replicator: Replicator
  • A flag indicating that the replication is push or pull.

    Declaration

    Swift

    public let isPush: Bool
  • A list of the replicated documents.

    Declaration

    Swift

    public let documents: [ReplicatedDocument]