Share via


QueueInner.MaxSizeInMegabytes Property

Definition

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

[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