BigQueryConnectionParameters Properties
Contains parameters used to establish a connection with a Google BigQuery dataset.
Name | Description |
---|---|
Authorization |
Gets or sets the authorization type used to establish a connection to data. |
Data |
Gets or sets the ID of the dataset that contains required tables. |
Dsn | Specifies the name that is used to request a connection to an ODBC Data Source. |
OAuth |
Gets or sets a client identifier. |
OAuth |
Gets or sets a client secret. |
OAuth |
Gets or sets a refresh token. |
Private |
Gets or sets the path to the P12 private key file. |
Project |
Gets or sets the ID of the project that contains the required data. |
Service |
Gets or sets the service account’s email address. |
See Also