| RateLimit Properties |
The RateLimit type exposes the following members.
| Name | Description | |
|---|---|---|
| HttpMethod |
The request verb, e.g. GET, POST
| |
| Maximum |
The maximum number of requests allowed in the current time frame.
| |
| NextAvailable |
Specifies when the current time frame expires and the rate limits are reset.
| |
| Remaining |
The number of remaining requests allowed in the current time frame.
| |
| UnitOfMeasurement |
The time frame unit of measurement.
|