Skip to main content

BigQueryConnectionParameters Constructors

Contains parameters used to establish a connection with a Google BigQuery dataset.
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.
BigQueryConnectionParameters(String) dsn Initializes a new instance of the BigQueryConnectionParameters class with specified settings.
See Also