LocalBriefcaseProps Interface
Properties of a local briefcase file, returned by BriefcaseManager.getCachedBriefcases and BriefcaseManager.downloadBriefcase
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| briefcaseId Readonly | number | The briefcaseId. | |
| changeset Readonly | ChangesetIdWithIndex | The current changesetId. | |
| fileName Readonly | string | Full path of local file. | |
| fileSize Readonly | number | Size of the briefcase file in bytes | |
| iModelId Readonly | string | The iModelId. | |
| iTwinId Readonly | string | The iTwin containing the iModel. |
Defined in
- core/common/src/BriefcaseTypes.ts Line 100
Last Updated: 30 November, 2023