SignalRServiceClientConnectionConnectedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionConnected event.
Properties
| connection |
The connection Id of connected client connection. |
| hub |
The hub of connected client connection. |
| timestamp | The time at which the event occurred. |
| user |
The user Id of connected client connection. |
Property Details
connectionId
The connection Id of connected client connection.
connectionId: string
Property Value
string
hubName
The hub of connected client connection.
hubName: string
Property Value
string
timestamp
The time at which the event occurred.
timestamp: Date
Property Value
Date
userId
The user Id of connected client connection.
userId?: string
Property Value
string