Share via


ISbQueue.SizeInByte Property

Definition

The size of the queue, in bytes.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The size of the queue, in bytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="sizeInBytes")]
public long? SizeInByte { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The size of the queue, in bytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="sizeInBytes")>]
member this.SizeInByte : Nullable<int64>
Public ReadOnly Property SizeInByte As Nullable(Of Long)

Property Value

Attributes

Applies to