processSchemas Method

Process source schemas and import selected or generated definitions into the target iModel.

processSchemas(options?: ProcessSchemasOptions): Promise<void>

@note When no strategy is supplied, NewerVersionSchemaImportStrategy is used.

@note For performance reasons, it is recommended that IModelDb.saveChanges be called after processSchemas is complete. It is more efficient to process data changes after the schema changes have been saved.

Parameter Type Description
options ProcessSchemasOptions Selects the schema processing strategy.

Returns - Promise

Defined in

Last Updated: 25 August, 2026