pushFilter property

ReplicationFilter? pushFilter
getter/setter pair

Filter for validating whether the Documents can be pushed to the remote endpoint.

Only documents for which the function returns true are replicated.

Implementation

ReplicationFilter? pushFilter;