maxLimit property

String? maxLimit
getter/setter pair

Maximum number of tokens that can be consumed during the specified duration.

Client application developers can override the default limit up to this maximum. If specified, this value cannot be set to a value less than the default limit. If not specified, it is set to the default limit. To allow clients to apply overrides with no upper bound, set this to -1, indicating unlimited maximum quota. Used by group-based quotas only.

Implementation

core.String? maxLimit;