getMetaData Method
Deprecated in 5.10.0 - will not be removed until after 2027-06-03. Obtain a SchemaView via iModel.getSchemaView() and call view.findClass(relationship.classFullName) to retrieve a SchemaView.Class. The returned type differs from RelationshipClass and offers a synchronous, snapshot-style API.
Query metadata for this relationship class from the iModel's schema. Returns cached metadata if available.
getMetaData(): Promise<RelationshipClass>
Returns - Promise<RelationshipClass>
Defined in
- backend/src/Relationship.ts Line 56
Last Updated: 08 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.