Skip to main content

BigQueryAuthorizationType Enum

Lists values used to specify the authorization type when connecting to a BigQuery data source.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum BigQueryAuthorizationType

Members

Name Description
PrivateKeyFile

Authorization is performed using the specified private key.

OAuth

Authorization is performed using OAuth client credentials.

Related API Members

The following properties accept/return BigQueryAuthorizationType values:

Library Related API Members
Cross-Platform Class Library BigQueryConnectionParameters.AuthorizationType
WPF Controls ConnectionPropertiesPage.AuthTypeBigQuery

Remarks

Values listed in this enumeration are used to set the BigQueryConnectionParameters.AuthorizationType property.

See Also