Share via


EventGridMqttClientSessionConnectedEventData interface

Event data for Microsoft.EventGrid.MQTTClientSessionConnected event.

Extends

Properties

clientSessionName

Unique identifier for the MQTT client's session. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

sequenceNumber

A number that helps indicate order of MQTT client session connected or disconnected events. Latest event will have a sequence number that is higher than the previous event.

Inherited Properties

clientAuthenticationName

Unique identifier for the MQTT client that the client presents to the service for authentication. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

clientName

Name of the client resource in the Event Grid namespace.

namespaceName

Name of the Event Grid namespace where the MQTT client was created or updated.

Property Details

clientSessionName

Unique identifier for the MQTT client's session. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

clientSessionName: string

Property Value

string

sequenceNumber

A number that helps indicate order of MQTT client session connected or disconnected events. Latest event will have a sequence number that is higher than the previous event.

sequenceNumber: number

Property Value

number

Inherited Property Details

clientAuthenticationName

Unique identifier for the MQTT client that the client presents to the service for authentication. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

clientAuthenticationName: string

Property Value

string

Inherited From EventGridMqttClientEventData.clientAuthenticationName

clientName

Name of the client resource in the Event Grid namespace.

clientName: string

Property Value

string

Inherited From EventGridMqttClientEventData.clientName

namespaceName

Name of the Event Grid namespace where the MQTT client was created or updated.

namespaceName: string

Property Value

string

Inherited From EventGridMqttClientEventData.namespaceName