maxHitsPerQuery property

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

Maximum number of hits this API key can retrieve in one query. If zero, no limit is enforced. > 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'maxHitsPerQuery')
final int? maxHitsPerQuery;