StoragePageSize Parameter (Connect-GoogleBigQuery Cmdlet)
Specifies the page size to use for Storage API queries.
Syntax
Connect-GoogleBigQuery -StoragePageSize string
Data Type
cstr
Default Value
"10000"
Remarks
When RSBGoogleBigQuery_p_UseStorageAPI is enabled and the query being executed can be run on the Storage API, this option controls how many rows the cmdlet is allowed to buffer on the client.
A higher value will generally make queries faster at the expense of consuming more memory, while lower values will conserve memory but make queries slower.