Table of Contents

Class OrderedAckMqttClientOptions

Namespace
Azure.Iot.Operations.Mqtt
Assembly
Azure.Iot.Operations.Mqtt.dll

The options for an OrderedAckMqttClient.

public class OrderedAckMqttClientOptions
Inheritance
OrderedAckMqttClientOptions
Derived
Inherited Members

Properties

EnableAIOBrokerFeatures

Sets whether or not to use AIO broker-specific features. By default, this is true.

public bool EnableAIOBrokerFeatures { get; set; }

Property Value

bool

MetricCategory

The value of the metriccategory MQTT CONNECT user property, which categorizes this client's traffic to AIO services. Only sent when EnableAIOBrokerFeatures is true.

public string MetricCategory { get; set; }

Property Value

string

Remarks