Freigeben über


BrokerClientConfig Class

Definition

The settings of Client Config.

public class BrokerClientConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.BrokerClientConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.BrokerClientConfig>
type BrokerClientConfig = class
    interface IJsonModel<BrokerClientConfig>
    interface IPersistableModel<BrokerClientConfig>
Public Class BrokerClientConfig
Implements IJsonModel(Of BrokerClientConfig), IPersistableModel(Of BrokerClientConfig)
Inheritance
BrokerClientConfig
Implements

Constructors

BrokerClientConfig()

Initializes a new instance of BrokerClientConfig.

Properties

MaxKeepAliveSeconds

Upper bound of a client's Keep Alive, in seconds.

MaxMessageExpirySeconds

Upper bound of Message Expiry Interval, in seconds.

MaxPacketSizeBytes

Max message size for a packet in Bytes.

MaxReceiveMaximum

Upper bound of Receive Maximum that a client can request in the CONNECT packet.

MaxSessionExpirySeconds

Upper bound of Session Expiry Interval, in seconds.

SubscriberQueueLimit

The limit on the number of queued messages for a subscriber.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BrokerClientConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BrokerClientConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrokerClientConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerClientConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BrokerClientConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to