skip
skip: "never" | "same-id" | "same-id-and-version-eq" | "same-id-and-version-gte"
When should insertion be skipped:
same-id- if iModel already contains a ruleset with the same id and any versionsame-id-and-version-eq- if iModel already contains a ruleset with same id and versionsame-id-and-version-gte- if iModel already contains a ruleset with same id and version greater or equal to version of the inserted ruleset.
Defaults to same-id-and-version-eq.
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.