eventFilter property

EventFilter? eventFilter
getter/setter pair

Optional event filter.

If not set, or empty, the backfill will be performed on the entire object. This is currently used for partial backfill and only supported for SQL Server sources.

Optional.

Implementation

EventFilter? eventFilter;