AzureStorageQueue.ApproximateMessageCount Property
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.
Approximate message count
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="ApproximateMessageCount", Position=2, ScriptBlock="$_.ApproximateMessageCount", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public int? ApproximateMessageCount { get; }
public int? ApproximateMessageCount { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="ApproximateMessageCount", Position=2, ScriptBlock="$_.ApproximateMessageCount", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.ApproximateMessageCount : Nullable<int>
member this.ApproximateMessageCount : Nullable<int>
Public ReadOnly Property ApproximateMessageCount As Nullable(Of Integer)
Property Value
- Attributes