Share via


ISbTopic.CountDetailActiveMessageCount Property

Definition

Number of active messages in the queue, topic, or subscription.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Number of active messages in the queue, topic, or subscription.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="activeMessageCount")]
public long? CountDetailActiveMessageCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Number of active messages in the queue, topic, or subscription.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="activeMessageCount")>]
member this.CountDetailActiveMessageCount : Nullable<int64>
Public ReadOnly Property CountDetailActiveMessageCount As Nullable(Of Long)

Property Value

Attributes

Applies to