Share via


ServiceBusTopicData.MaxSizeInMegabytes Property

Definition

Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.

public int? MaxSizeInMegabytes { get; set; }
member this.MaxSizeInMegabytes : Nullable<int> with get, set
Public Property MaxSizeInMegabytes As Nullable(Of Integer)

Property Value

Applies to