Share via


BrokerProperties Class

Definition

Properties of the Event Broker operation.

public class BrokerProperties : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.Namespaces.BrokerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.Namespaces.BrokerProperties>
type BrokerProperties = class
    interface IJsonModel<BrokerProperties>
    interface IPersistableModel<BrokerProperties>
Public Class BrokerProperties
Implements IJsonModel(Of BrokerProperties), IPersistableModel(Of BrokerProperties)
Inheritance
BrokerProperties
Implements

Properties

DeliveryCount

The attempt count for delivering the event.

LockToken

The token of the lock on the event.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Explicit(Response to BrokerProperties)
Implicit(BrokerProperties to RequestContent)

Explicit Interface Implementations

IJsonModel<BrokerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BrokerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrokerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param>
IPersistableModel<BrokerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to