ServiceBusQueue.MaxSizeInMegabytes Property

Definition

Optional. Specifies the maximum queue size in megabytes. Any attempt to enqueue a message that will cause the queue to exceed this value will fail. You can only set this parameter at queue creation time using the following values: * Range: 1 - 1024 (valid values are 1024, 2048, 3072, 4096, 5120) * Default: 1*1024 (valid values are 1024, 2048, 3072, 4096, 5120) (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)

public int MaxSizeInMegabytes { get; set; }
member this.MaxSizeInMegabytes : int with get, set
Public Property MaxSizeInMegabytes As Integer

Property Value

Applies to