Condividi tramite


SBTopic.MaxSizeInMegabytes Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to