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 version
- same-id-and-version-eq- if iModel already contains a ruleset with same id and version
- same-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: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.