Framework
FilterIntegrityResult
Result of a filter integrity check.
| Property | Type | Description |
|---|
isValid | boolean | - |
missingInFilter | string[] | Record IDs in catalog but not in filter |
orphanedInFilter | string[] | Record IDs in filter but not in catalog |
recordsChecked | number | Total records checked |