TopicInner.MaxSizeInMegabytes Property

Definition

Gets or sets maximum size of the topic in megabytes, which is the size of the memory allocated for the topic.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeInMegabytes")]
public long? MaxSizeInMegabytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeInMegabytes")>]
member this.MaxSizeInMegabytes : Nullable<int64> with get, set
Public Property MaxSizeInMegabytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to