Purpose

Specifies whether the driver uses the Google BigQuery Storage API when fetching large result sets based on the values of the StorageAPIThreshold and StorageAPIMinPageCount connection properties.

Valid Values

true | false

Behavior

If set to true, the driver uses the Storage API for selects when the number of rows in the result set exceeds the value of the StorageAPIThreshold property, and the number of pages in the result set exceeds the value of the StorageAPIMinPageCount property.

If set to false, the driver does not use the Storage API, and the StorageAPIThreshold and StorageAPIMinPageCount properties are ignored.

Data Source Method

setUseStorageAPI

Default

false

Data Type

Boolean

See also