QueueScaleRule.QueueLength Property

Definition

Gets or sets queue length.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to