DataflowEndpointMqtt 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.
Broker endpoint properties.
public class DataflowEndpointMqtt : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt>
type DataflowEndpointMqtt = class
interface IJsonModel<DataflowEndpointMqtt>
interface IPersistableModel<DataflowEndpointMqtt>
Public Class DataflowEndpointMqtt
Implements IJsonModel(Of DataflowEndpointMqtt), IPersistableModel(Of DataflowEndpointMqtt)
- Inheritance
-
DataflowEndpointMqtt
- Implements
Constructors
DataflowEndpointMqtt(DataflowEndpointMqttAuthentication) |
Initializes a new instance of DataflowEndpointMqtt. |
Properties
Authentication |
authentication properties. DEFAULT: kubernetes.audience=aio-internal. NOTE - Enum field only property is allowed. |
ClientIdPrefix |
Client ID prefix. Client ID generated by the dataflow is <prefix>-TBD. Optional; no prefix if omitted. |
CloudEventAttributes |
Cloud event mapping config. |
Host |
Host of the Broker in the form of <hostname>:<port>. Optional; connects to Broker if omitted. |
KeepAliveSeconds |
Broker KeepAlive for connection in seconds. |
MaxInflightMessages |
The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack. |
Protocol |
Enable or disable websockets. |
Qos |
Qos for Broker connection. |
Retain |
Whether or not to keep the retain setting. |
SessionExpirySeconds |
Session expiry in seconds. |
Tls |
TLS configuration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataflowEndpointMqtt>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataflowEndpointMqtt>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataflowEndpointMqtt>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataflowEndpointMqtt>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataflowEndpointMqtt>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET