BigQueryAuthorizationType Enum
Lists values used to specify the authorization type when connecting to a BigQuery data source.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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