ChangeSetPostPushEvent Class

Sent when a ChangeSet is successfully pushed. See ChangeSetHandler.create. It's sent when a new ChangeSet is successfully pushed to an iModel. See ChangeSetPrePushEvent for the event indicating the start of a ChangeSet push.

Extends

Inherited methods

Name Inherited from Description
delete(requestContext: AuthorizedClientRequestContext): Promise<boolean> BriefcaseEvent Remove a single event from queue.

Properties

Name Type Description
changeSetId string Id of the ChangeSet that was pushed.  
changeSetIndex string Index of the ChangeSet that was pushed.  

Inherited properties

Name Type Inherited from Description
briefcaseId number BriefcaseEvent Id of the Briefcase involved in this event.
eventTopic undefined | string BriefcaseEvent Topic of this event.
fromEventSubscriptionId undefined | string BriefcaseEvent User that has sent this event.
iModelId undefined | string BriefcaseEvent Id of the iModel where the event occurred.
toEventSubscriptionId undefined | string BriefcaseEvent User that is intended recipient of this event.

Defined in

Last Updated: 29 November, 2022