pullFilter property

  1. @Deprecated('Use CollectionConfiguration.pullFilter instead.')
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

@Deprecated('Use CollectionConfiguration.pullFilter instead.')
ReplicationFilter? pullFilter;