Share via


BrokerBackendChain Class

Definition

Desired properties of the backend instances of the broker.

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

Constructors

BrokerBackendChain(Int32, Int32)

Initializes a new instance of BrokerBackendChain.

Properties

Partitions

The desired number of physical backend partitions.

RedundancyFactor

The desired numbers of backend replicas (pods) in a physical partition.

Workers

Number of logical backend workers per replica (pod).

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BrokerBackendChain>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BrokerBackendChain>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrokerBackendChain>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerBackendChain>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrokerBackendChain>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to