Untitled object in Config Schema¶
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
RateLimitConfig Type¶
object (Details)
RateLimitConfig Properties¶
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| each | integer |
Required | cannot be null | Config |
| max_burst | integer |
Optional | can be null | Config |
| tokens | integer |
Required | cannot be null | Config |
each¶
each
-
is required
-
Type:
integer -
cannot be null
-
defined in: Config
each Type¶
integer
each Constraints¶
minimum: the value of this number must greater than or equal to: 0
unknown format: the value of this string must follow the format: uint32
max_burst¶
max_burst
-
is optional
-
Type:
integer -
can be null
-
defined in: Config
max_burst Type¶
integer
max_burst Constraints¶
minimum: the value of this number must greater than or equal to: 0
unknown format: the value of this string must follow the format: uint32
tokens¶
tokens
-
is required
-
Type:
integer -
cannot be null
-
defined in: Config
tokens Type¶
integer
tokens Constraints¶
minimum: the value of this number must greater than or equal to: 0
unknown format: the value of this string must follow the format: uint32