ChangesetFileProps Interface
Beta
Properties of a changeset file
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| pathname | string | The full pathname of the local file holding this changeset. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| briefcaseId | number | ChangesetProps | The BriefcaseId of the briefcase that created this changeset |
| changesType | ChangesetType | ChangesetProps | The type of changeset |
| description | string | ChangesetProps | The user-supplied description of the work this changeset holds |
| id | string | ChangesetProps | the ChangesetId |
| index | number | ChangesetProps | The index (sequence number) from IModelHub for this changeset. |
| parentId | string | ChangesetProps | the ChangeSetId of the parent changeset of this changeset |
| pushDate | string | ChangesetProps | The date this changeset was uploaded to the hub |
| size | undefined | number | ChangesetProps | The size, in bytes, of this changeset |
| userCreated | string | ChangesetProps | The identity of the user that created this changeset |
Defined in
Last Updated: 30 November, 2023