SignalRServiceClientConnectionConnectedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionConnected event.

Properties

connectionId

The connection Id of connected client connection.

hubName

The hub of connected client connection.

timestamp

The time at which the event occurred.

userId

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