pageSize property
A limit on the number of documents returned in the search results.
Increasing this value above the default value of 10 can increase search response time. The value can be between 1 and 100.
Implementation
core.int? pageSize;
A limit on the number of documents returned in the search results.
Increasing this value above the default value of 10 can increase search response time. The value can be between 1 and 100.
core.int? pageSize;