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>
public class BrokerProperties
type BrokerProperties = class
    interface IJsonModel<BrokerProperties>
    interface IPersistableModel<BrokerProperties>
type BrokerProperties = class
Public Class BrokerProperties
Implements IJsonModel(Of BrokerProperties), IPersistableModel(Of BrokerProperties)
Public Class BrokerProperties
Inheritance
BrokerProperties
Implements

Properties

DeliveryCount

The attempt count for delivering the event.

LockToken

The token of the lock on the event.

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.

IPersistableModel<BrokerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to