Condividi tramite


SBQueue.MaxSizeInMegabytes Property

Definition

Gets or sets the maximum size of the queue in megabytes, which is the size of memory allocated for the queue. 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