pullFilter property

ReplicationFilter? pullFilter
getter/setter pair

Filter for validating whether the Documents can be pulled from the remote endpoint.

Only documents for which the function returns true are replicated.

Implementation

ReplicationFilter? pullFilter;