ServiceBusTopic.MaxSizeInMegabytes Property

Definition

Optional. Specifies the maximum topic size in megabytes. Any attempt to enqueue a message that will cause the topic to exceed this value will fail. All messages that are stored in the topic or any of its subscriptions count towards this value. Multiple copies of a message that reside in one or multiple subscriptions count as a single messages. For example, if message m exists once in subscription s1 and twice in subscription s2, m is counted as a single message. You can only set this parameter at topic creation time using the following values:* Range: 1 - 51024 MB Default: 1*1024 (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.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