PageSize
The number of results to return per request from Elasticsearch.
Data Type
string
Default Value
"10000"
Remarks
The PageSize can control the number of results received per request from Elasticsearch on a given query.
The default value is 10000, which is Elasticsearch's default limit (based on the Elasticsearch index.max_result_window index setting).