IntegrityCheckOptions Interface @beta

Options for performing integrity checks on an iModel.

Properties

Name Type Description
quickCheck boolean | undefined If true, perform a quick check of the ten integrity checks other than the missing child rows check.  
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.  

Defined in

Last Updated: 24 September, 2026