StorageAPIThreshold
- Last Updated: April 30, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies a number of rows that, if exceeded, signals the driver to use the
Google BigQuery Storage API for select operations. For this behavior to take effect,
the UseStorageAPI property must be set to true
(enabled), and the value of the StorageAPIMinPageCount property must be
exceeded.
Valid Values
x
where:
x- is a positive integer that indicates a number of rows in a result set.
Data Source Method
setStorageAPIThreshold
Default
10000 (rows)
Data Type
Int