Skip to main content

BigQueryConnectionParameters(String, String, String, String) Constructor

Initializes a new instance of the BigQueryConnectionParameters class.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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