SlidingWindowRateLimiterOptions.SegmentsPerWindow 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定視窗分割成的區段數目上限。 必須在這些選項傳遞至 的 SlidingWindowRateLimiter 建構函式時,設定為值 > 0。
public int SegmentsPerWindow { get; set; }
member this.SegmentsPerWindow : int with get, set
Public Property SegmentsPerWindow As Integer