processChanges Method

Export changes from the source iModel and import the transformed entities into the target iModel. Inserts, updates, and deletes are determined by inspecting the changeset(s).

processChanges(options: ProcessChangesOptions): Promise<void>

@note the transformer saves and pushes changes when its work is complete.

@note if no startChangesetId or startChangeset option is provided as part of the ProcessChangesOptions, the next unsynchronized changeset will automatically be determined and used

@note To form a range of versions to process, set startChangesetId for the start (inclusive) of the desired range and open the source iModel as of the end (inclusive) of the desired range.

Parameter Type Description
options ProcessChangesOptions  

Returns - Promise

Defined in

Last Updated: 13 May, 2024