Class RateLimitConfig
public sealed class RateLimitConfig
- Inheritance
-
objectRateLimitConfig
Properties
PermitLimit
public int PermitLimit { get; set; }
Property Value
- int
Window
public int Window { get; set; }
Property Value
- int
public sealed class RateLimitConfig
public int PermitLimit { get; set; }
public int Window { get; set; }