typedPushFilter property

  1. @experimental
TypedReplicationFilter? typedPushFilter
getter/setter pair

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

Only documents for which the function returns true are replicated.

Implementation

@experimental
TypedReplicationFilter? typedPushFilter;