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
- backend/src/IModelDb.ts Line 235
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.