ReplicationFilterDelegate
public protocol ReplicationFilterDelegate: class
Protocol for filtering documents from being sent to the server during replication
-
Used to exclude documents from being sent to the server during replication.
Declaration
Parameters
databaseThe replicating database
documentThe document to consider for replication
filterParametersthe optional dictionary of parameters established in the
ReplicationConfigurationReturn Value
True if the document should be replicated
View on GitHub
ReplicationFilterDelegate Protocol Reference