RouteConfig.RateLimiterPolicy Property
Definition
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.
The name of the RateLimiterPolicy to apply to this route. If not set then only the GlobalLimiter will apply. Set to "Disable" to disable rate limiting for this route. Set to "Default" or leave empty to use the global rate limits, if any.
public string? RateLimiterPolicy { get; init; }
member this.RateLimiterPolicy : string with get, set
Public Property RateLimiterPolicy As String