EventGridMqttClientSessionConnectedEventData interface
Event data for Microsoft.EventGrid.MQTTClientSessionConnected event.
- Extends
Properties
client |
Unique identifier for the MQTT client's session. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters. |
sequence |
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
client |
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. |
client |
Name of the client resource in the Event Grid namespace. |
namespace |
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