Share via


EventGridMqttClientSessionDisconnectedEventData Class

Definition

Event data for Microsoft.EventGrid.MQTTClientSessionDisconnected event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientSessionDisconnectedEventData+EventGridMqttClientSessionDisconnectedEventDataConverter))]
public class EventGridMqttClientSessionDisconnectedEventData : Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientSessionDisconnectedEventData+EventGridMqttClientSessionDisconnectedEventDataConverter))>]
type EventGridMqttClientSessionDisconnectedEventData = class
    inherit EventGridMqttClientEventData
Public Class EventGridMqttClientSessionDisconnectedEventData
Inherits EventGridMqttClientEventData
Inheritance
EventGridMqttClientSessionDisconnectedEventData
Attributes

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.

(Inherited from EventGridMqttClientEventData)
ClientName

Name of the client resource in the Event Grid namespace.

(Inherited from EventGridMqttClientEventData)
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.

DisconnectionReason

Reason for the disconnection of the MQTT client's session. The value could be one of the values in the disconnection reasons table.

NamespaceName

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

(Inherited from EventGridMqttClientEventData)
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.

Applies to