browse
This helper method iterates over the paginated API response from the Browse API operation
and lets you run an aggregator function on every iteration.
You can use this, for example, to retrieve all records from your index.
Usage
Parameters
- C#
- Go
- Java
- JavaScript
- Kotlin
- PHP
- Python
- Ruby
- Scala
- Swift
Index name from which to retrieve the records.
Parameters for the Browse for records request.
The model for your records, for example,
Algolia.Search.Models.Search.Hit
.Additional request options.