pointLimit property

int? pointLimit
getter/setter pair

The maximum amount of points allowed within a single window.

This field is typically only set by the RateLimiter middleware, and is therefore optional in the constructor.

Implementation

int? pointLimit;