Condividi tramite


AccountProperties.DynamicThrottlingEnabled Property

Definition

Gets or sets the flag to enable dynamic throttling.

[Newtonsoft.Json.JsonProperty(PropertyName="dynamicThrottlingEnabled")]
public bool? DynamicThrottlingEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dynamicThrottlingEnabled")>]
member this.DynamicThrottlingEnabled : Nullable<bool> with get, set
Public Property DynamicThrottlingEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to