Use Storage API
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
Use Storage API (USA)
Purpose
Specifies whether the driver uses the Google BigQuery Storage API when fetching large result sets based on the values of the Storage API Threshold and Storage API Min Page Count connection options.
Valid Values
1 | 0
Behavior
If set to 1, the driver uses the Storage
API for selects when the number of rows in the result set exceeds the value of the
Storage API Threshold option, and the number of pages in the result set exceeds the
value of the Storage API Min Page Count option.
If set to 0, the driver does not use the
Storage API, and the Storage API Threshold and Storage API Min Page Count options
are ignored.
Default
0