EventGridMqttClientSessionConnectedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event data for Microsoft.EventGrid.MQTTClientSessionConnected event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientSessionConnectedEventData+EventGridMqttClientSessionConnectedEventDataConverter))]
public class EventGridMqttClientSessionConnectedEventData : Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientSessionConnectedEventData+EventGridMqttClientSessionConnectedEventDataConverter))>]
type EventGridMqttClientSessionConnectedEventData = class
inherit EventGridMqttClientEventData
Public Class EventGridMqttClientSessionConnectedEventData
Inherits EventGridMqttClientEventData
- Inheritance
- 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. |
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
Azure SDK for .NET