SlidingWindowRateLimiterOptions.SegmentsPerWindow Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie le nombre maximal de segments en laquelle une fenêtre est divisée. Doit être défini sur une valeur > 0 au moment où ces options sont passées au constructeur de SlidingWindowRateLimiter.
public int SegmentsPerWindow { get; set; }
member this.SegmentsPerWindow : int with get, set
Public Property SegmentsPerWindow As Integer