RateLimiterStatistics Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Snapshot of statistics for a RateLimiter.
C#
public class RateLimiterStatistics
type RateLimiterStatistics = class
Public Class RateLimiterStatistics
- Inheritance
-
RateLimiterStatistics
Rate |
Initializes an instance of RateLimiterStatistics. |
Current |
Gets the number of permits currently available for the RateLimiter. |
Current |
Gets the number of queued permits for the RateLimiter. |
Total |
Gets the total number of failed RateLimitLeases returned. |
Total |
Gets the total number of successful RateLimitLeases returned. |
Product | Versions |
---|---|
ASP.NET Core | 7.0, 8.0, 9.0 |