ChangeSetCreatedEvent Class
Beta
Sent when a ChangeSet is pushed. See ChangeSetHandler.create. Sent together with ChangeSetPostPushEvent.
Extends
Methods
| Name | Description | |
|---|---|---|
| fromJson(obj: any): void | Construct this event from object instance. |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| delete(requestContext: AuthorizedClientRequestContext): Promise<boolean> | IModelHubBaseEvent | Remove a single event from queue. |
Properties
| Name | Type | Description | |
|---|---|---|---|
| briefcaseId | undefined | number | ||
| changeSetId | undefined | string | ||
| changeSetIndex | undefined | string |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| contextId | undefined | string | IModelHubGlobalEvent | Id of the context (IModelHubGlobalEvent.Project or IModelHubGlobalEvent.Asset) that this iModel belongs to. |
| contextTypeId | undefined | ContextType | IModelHubGlobalEvent | Type of the context (IModelHubGlobalEvent.Project or IModelHubGlobalEvent.Asset) that this iModel belongs to. |
| eventTopic | undefined | string | IModelHubBaseEvent | Topic of this event. |
| fromEventSubscriptionId | undefined | string | IModelHubBaseEvent | User that has sent this event. |
| iModelId | undefined | GuidString | IModelHubGlobalEvent | Id of the iModel that caused this event. |
| projectId | undefined | string | IModelHubGlobalEvent | Id of the IModelHubGlobalEvent.Project that this iModel belongs to. |
| toEventSubscriptionId | undefined | string | IModelHubBaseEvent | User that is intended recipient of this event. |
Defined in
Last Updated: 08 January, 2020