BrokerProperties Class

Definition

Properties of the Event Broker operation.

public class BrokerProperties
type BrokerProperties = class
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