maxQueriesPerIPPerHour property

  1. @JsonKey(name: r'maxQueriesPerIPPerHour')
int? maxQueriesPerIPPerHour
final

Maximum number of API calls per hour allowed from a given IP address or user token. Each time an API call is performed with this key, a check is performed. If there were more than the specified number of calls within the last hour, the API returns an error with the status code 429 (Too Many Requests). > Note: Use this parameter to protect you from third-party attempts to retrieve your entire content by massively querying the index.

Implementation

@JsonKey(name: r'maxQueriesPerIPPerHour')
final int? maxQueriesPerIPPerHour;