MessageCountDetails 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.
Message Count Details.
public class MessageCountDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.MessageCountDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.MessageCountDetails>
type MessageCountDetails = class
interface IJsonModel<MessageCountDetails>
interface IPersistableModel<MessageCountDetails>
Public Class MessageCountDetails
Implements IJsonModel(Of MessageCountDetails), IPersistableModel(Of MessageCountDetails)
- Inheritance
-
MessageCountDetails
- Implements
Properties
ActiveMessageCount |
Number of active messages in the queue, topic, or subscription. |
DeadLetterMessageCount |
Number of messages that are dead lettered. |
ScheduledMessageCount |
Number of scheduled messages. |
TransferDeadLetterMessageCount |
Number of messages transferred into dead letters. |
TransferMessageCount |
Number of messages transferred to another queue, topic, or subscription. |
Explicit Interface Implementations
IJsonModel<MessageCountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MessageCountDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MessageCountDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MessageCountDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MessageCountDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET