Skip to main content

BigQueryConnectionParameters Properties

Contains parameters used to establish a connection with a Google BigQuery dataset.
Name Description
AuthorizationType Gets or sets the authorization type used to establish a connection to data.
DataSetID 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.
OAuthClientID Gets or sets a client identifier.
OAuthClientSecret Gets or sets a client secret.
OAuthRefreshToken Gets or sets a refresh token.
PrivateKeyFileName Gets or sets the path to the P12 private key file.
ProjectID Gets or sets the ID of the project that contains the required data.
ServiceAccountEmail Gets or sets the service account’s email address.
See Also