startChangeset
startChangeset: { id?: string, index?: number } | undefined
Include changes from this changeset up through and including the current changeset.
@note To form a range of versions to process, set startChangeset
for the start (inclusive)
of the desired range and open the source iModel as of the end (inclusive) of the desired range.
@default
the current changeset of the sourceDb, if undefined
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.