PageSize
The number of results to return per page from Google BigQuery.
Data Type
string
Default Value
"100000"
Remarks
The pagesize can control the number of results returned per page from Google BigQuery. Setting a higher pagesize will cause more data to come back in a single HTTP request, but may take longer to execute. Setting a smaller pagesize will increase the number of HTTP requests to get all the data, but is generally recommended to ensure timeout exceptions do not occur.
Note that this option does not have an effect if RSBGoogleBigQuery_p_UseStorageAPI is enabled and the queries being executed can be executed on the Storage API. See StoragePageSize for more information.