Skip to main content
A newer version of this page is available. .

BigQueryConnectionParameters Constructors

Contains parameters used to establish a connection to Google BigQuery datasets.
Name Parameters Description
BigQueryConnectionParameters() none Initializes a new instance of the BigQueryConnectionParameters class.
BigQueryConnectionParameters(String, String, String, String, String) projectId, datasetId, oAuthClientID, oAuthClientSecret, oAuthRefreshToken Initializes a new instance of the BigQueryConnectionParameters class.
BigQueryConnectionParameters(String, String, String, String) projectId, datasetId, serviceAccountEmail, privateKeyFileName Initializes a new instance of the BigQueryConnectionParameters class.
See Also