IModelRpcOpenProps Interface
The properties to open a connection to an iModel for RPC operations.
Properties
Name | Type | Description | |
---|---|---|---|
changeset Readonly | ChangesetIdWithIndex | undefined | Id of the last Changeset that was applied to the iModel - must be defined for briefcases that are synchronized with iModelHub. | |
iModelId Readonly | string | undefined | Guid of the iModel. | |
iTwinId Readonly | string | undefined | The iTwin in which the iModel exists - must be defined for briefcases that are synchronized with iModelHub. |
Defined in
- core/common/src/IModel.ts Line 24
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.