setClassNameFilters Method @beta
Restrict iteration to changes for the given EC class names. That means the rows for changes from other EC classes will be skipped entirely and won't be visible through the reader.
setClassNameFilters(classNames: Set<string>): void
@throws if step has already been called and the reader successfully stepped at least once(i.e. returned true for a step() call) or if the native layer encounters an error while setting the filter.
Returns - void
Defined in
- backend/src/ChangesetReader.ts Line 406
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.