Compartir a través de


SBTopic.MaxSizeInMegabytes Propiedad

Definición

Obtiene o establece el tamaño máximo del tema en megabytes, que es el tamaño de la memoria asignada para el tema. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a