ServiceBusQueue.MaxSizeInMegabytes 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.
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