typedPullFilter property

  1. @experimental
TypedReplicationFilter? typedPullFilter
getter/setter pair

Filter for validating whether the documents can be pulled from the remote endpoint, which receives typed document instances.

Only documents for which the function returns true are replicated.

Implementation

@experimental
TypedReplicationFilter? typedPullFilter;