Edit

SlidingWindowRateLimiterOptions.SegmentsPerWindow Property

Definition

Specifies the maximum number of segments a window is divided into. Must be set to a value > 0 by the time these options are passed to the constructor of SlidingWindowRateLimiter.

public:
 property int SegmentsPerWindow { int get(); void set(int value); };
public int SegmentsPerWindow { get; set; }
member this.SegmentsPerWindow : int with get, set
Public Property SegmentsPerWindow As Integer

Property Value

Applies to