PageSize Parameter (Connect-Elasticsearch Cmdlet)
The number of results to return per request from Elasticsearch.
Syntax
Connect-Elasticsearch -PageSize string
Data Type
cstr
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).