exportChanges Method

Overloads
exportChanges(args?)  
exportChanges(accessToken?, startChangesetId?, args?) Deprecated  

exportChanges(args?)

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

exportChanges(args?: ExportChangesOptions): Promise<void>

@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.

@note the changedInstanceIds are just for this call to exportChanges, so you must continue to pass it in for consecutive calls

Parameter Type Description
args ExportChangesOptions  

Returns - Promise



exportChanges(accessToken?, startChangesetId?, args?)

Deprecated  in 0.1.x, use a single ExportChangesOptions object instead

exportChanges(accessToken?: string, startChangesetId?: string, args?: ExportChangesOptions): Promise<void>

Parameter Type Description
accessToken string  
startChangesetId string  
args ExportChangesOptions  

Returns - Promise


Defined in

Last Updated: 13 May, 2024