LogoRobo.js
Framework

IntegrityCheckOptions

Interface: IntegrityCheckOptions

Options for integrity checking.

Properties

PropertyTypeDescription
checkFilter?booleanCheck filter integrity
checkSortedIndexes?booleanCheck sorted indexes integrity
checkUniqueIndexes?booleanCheck unique indexes integrity
filterSampleSize?numberSample size for filter checking (0 = check all)
onProgress?(progress: IntegrityCheckProgress) => voidProgress callback

On this page