Bagikan melalui


StorageQueue.ApproximateMessageCount Property

Definition

Gets integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.approximateMessageCount")]
public int? ApproximateMessageCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.approximateMessageCount")>]
member this.ApproximateMessageCount : Nullable<int>
Public ReadOnly Property ApproximateMessageCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to