Share via


EventGridMqttClientEventData Class

Definition

Schema of the Data property of an EventGridEvent for MQTT Client state changes.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData+EventGridMqttClientEventDataConverter))]
public class EventGridMqttClientEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.EventGridMqttClientEventData+EventGridMqttClientEventDataConverter))>]
type EventGridMqttClientEventData = class
Public Class EventGridMqttClientEventData
Inheritance
EventGridMqttClientEventData
Derived
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.

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.

Applies to