StorageQueue.ApproximateMessageCount プロパティ

定義

キュー内のメッセージのおおよその数を示す整数を取得します。 この数は、キュー内の実際のメッセージ数より少なくなることはありませんが、多くなる可能性があります。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象