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

BigQueryConnectionParameters(String, String, String, String) Constructor

Initializes a new instance of the BigQueryConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public BigQueryConnectionParameters(
    string projectId,
    string datasetId,
    string serviceAccountEmail,
    string privateKeyFileName
)

Parameters

Name Type Description
projectId String

A String value that specifies the ID of the project that contains the required data.

datasetId String

A String value that specifies the ID of the dataset that contains required tables.

serviceAccountEmail String

A String value that specifies the service account’s email address.

privateKeyFileName String

A String value that specifies the path to the P12 private key file.

See Also