disableThinnedNativeInstanceWorkflow
disableThinnedNativeInstanceWorkflow: boolean | undefined
Setting this to true withh revert to the previous behavior of using the native side for all CRUD operations. While set to false, the getElement(), getModel() and getAspect() functions will use a thinned down native workflow to read the entities from the database. This workflow performs work previously done on the native side in the TS side, resulting in performance improvements, if errors are detected, this option can be set to true to revert to old workflow.
Defined in
- core/backend/src/IModelHost.ts Line 205
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.