SubscriberQueueLimit 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.
The settings of Subscriber Queue Limit.
public class SubscriberQueueLimit : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.SubscriberQueueLimit>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.SubscriberQueueLimit>
type SubscriberQueueLimit = class
interface IJsonModel<SubscriberQueueLimit>
interface IPersistableModel<SubscriberQueueLimit>
Public Class SubscriberQueueLimit
Implements IJsonModel(Of SubscriberQueueLimit), IPersistableModel(Of SubscriberQueueLimit)
- Inheritance
-
SubscriberQueueLimit
- Implements
Constructors
SubscriberQueueLimit() |
Initializes a new instance of SubscriberQueueLimit. |
Properties
Length |
The maximum length of the queue before messages start getting dropped. |
Strategy |
The strategy to use for dropping messages from the queue. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SubscriberQueueLimit>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubscriberQueueLimit>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubscriberQueueLimit>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubscriberQueueLimit>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubscriberQueueLimit>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET