Skip to main content

Interface: LimiterOptions

Options for rate and quota limiting backend functions.

This mirrors the type in Kotlin. It is not the type the developer defines in their code, which is LimiterConfig.

Param

RateLimitOptions configurations. Allows for different limits at different scopes.

Param

QuotaLimitOptions configurations. Allows for different limits at different scopes.

Properties

quotaLimit

Optional quotaLimit: QuotaLimitOptions[]


rateLimit

Optional rateLimit: RateLimitOptions[]