RateLimitStrategy Type
Strategy for rate limiting
Union cases
| Union case | Description |
Full Usage:
FixedWindow
|
|
Full Usage:
SlidingWindow
|
|
Full Usage:
TokenBucket refillRate
Parameters:
float
|
Instance members
| Instance member | Description |
Full Usage:
this.IsFixedWindow
Returns: bool
|
|
Full Usage:
this.IsSlidingWindow
Returns: bool
|
|
Full Usage:
this.IsTokenBucket
Returns: bool
|
|