specificChecks
specificChecks: { checkClassIds?: boolean, checkDataColumns?: boolean, checkDataSchema?: boolean, checkDivergedPropMaps?: boolean, checkECProfile?: boolean, checkLinktableForeignKeyClassIds?: boolean, checkLinktableForeignKeyIds?: boolean, checkMissingChildRows?: boolean, checkNavigationClassIds?: boolean, checkNavigationIds?: boolean, checkSchemaLoad?: boolean } | undefined
Options for performing specific integrity checks with detailed results. Each selected check returns all problem rows. If quickCheck is also true, the selected checks are performed again in specific mode.
Defined in
- backend/src/IModelDb.ts Line 246
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.