Skip to main content

BigQueryConnectionParameters(String, 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 oAuthClientID,
    string oAuthClientSecret,
    string oAuthRefreshToken
)

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.

oAuthClientID String

A String that specifies the client identifier.

oAuthClientSecret String

A String that specifies the client secret.

oAuthRefreshToken String

A String that specifies the refresh token.

See Also