Property
|
Characteristic
|
Project
|
Specifies the name of the project that you want the driver to connect to. The projects in Google BigQuery are equivalent to catalogs in JDBC.
|
Dataset
|
Specifies the name of the dataset that you want the driver to connect to. The datasets in Google BigQuery are equivalent to schemas in JDBC.
|
AccessToken
|
Specifies the access token used to authenticate to a Google BigQuery instance.
|
RefreshToken
|
Specifies the refresh token used to either request a new access token or renew an expired access token. If an access token is not provided or expires at the time of connection, the access token generated using refresh token is used to authenticate to a Google BigQuery instance.
|
ClientID
|
Specifies the consumer key for your application. The driver uses this value when authenticating to a Google BigQuery instance.
|
ClientSecret
|
Specifies the consumer secret for your application. The driver uses this value when authenticating to a Google BigQuery instance.
|