exportRelationship Method
Export one specified relationship from the source iModel.
exportRelationship(relClassFullName: string, relInstanceId: string): Promise<void>
@note This targeted path is separate from exportRelationships, which traverses a class hierarchy. It uses the same raw instance query and passes endpoint FederationGuids to the handler.
| Parameter | Type | Description |
|---|---|---|
| relClassFullName | string | |
| relInstanceId | string |
Returns - Promise
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.