IntegrityCheckOptions Interface
Options for performing integrity checks on an iModel.
Properties
| Name |
Type |
Description |
|
| quickCheck |
boolean | undefined |
If true, perform a quick integrity check that only reports whether each check passed or failed, without detailed results. |
|
| specificChecks |
{ checkClassIds?: boolean, checkDataColumns?: boolean, checkDataSchema?: 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: 13 February, 2026