Freigeben über


CustomRule.RateLimitDurationInMinutes Property

Definition

Gets or sets time window for resetting the rate limit count. Default is 1 minute.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to