Framework
IntegrityCheckOptions
Interface: IntegrityCheckOptions
Options for integrity checking.
Properties
| Property | Type | Description |
|---|---|---|
checkFilter? | boolean | Check filter integrity |
checkSortedIndexes? | boolean | Check sorted indexes integrity |
checkUniqueIndexes? | boolean | Check unique indexes integrity |
filterSampleSize? | number | Sample size for filter checking (0 = check all) |
onProgress? | (progress: IntegrityCheckProgress) => void | Progress callback |
