IModelHubGlobalEvent Class

Beta

Base type for all iModelHub global events.

Extends

Extended by

Inherited methods

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

Properties

Name Type Description
contextId undefined | string Id of the context (IModelHubGlobalEvent.Project or IModelHubGlobalEvent.Asset) that this iModel belongs to.  
contextTypeId undefined | ContextType Type of the context (IModelHubGlobalEvent.Project or IModelHubGlobalEvent.Asset) that this iModel belongs to.  
iModelId undefined | GuidString Id of the iModel that caused this event.  
projectId undefined | string Id of the IModelHubGlobalEvent.Project that this iModel belongs to.  

Inherited properties

Name Type Inherited from Description
eventTopic undefined | string IModelHubBaseEvent Topic of this event.
fromEventSubscriptionId undefined | string IModelHubBaseEvent User that has sent this event.
toEventSubscriptionId undefined | string IModelHubBaseEvent User that is intended recipient of this event.

Defined in

Last Updated: 08 January, 2020