Class BigQueryConnectionVerifier

Inheritance
System.Object
BigQueryConnectionVerifier
Namespace: Reveal.Sdk.Data.Google.BigQuery
Assembly: Infragistics.Reveal.Connectors.BigQuery.dll
Syntax
public class BigQueryConnectionVerifier : Object, IConnectionVerifier

Constructors

BigQueryConnectionVerifier()

Declaration
public BigQueryConnectionVerifier()

Methods

VerifyConnectionAsync(IServiceLocator, BaseDataSource, AuthenticationInfo)

Declaration
public Task VerifyConnectionAsync(IServiceLocator serviceLocator, BaseDataSource ds, AuthenticationInfo authenticationInfo)
Parameters
Type Name Description
Infragistics.Reveal.Core.IServiceLocator serviceLocator
Infragistics.ReportPlus.DashboardModel.BaseDataSource ds
Infragistics.ReportPlus.DataLayer.AuthenticationInfo authenticationInfo
Returns
Type Description
System.Threading.Tasks.Task

VerifyDataSourceAsync(IServiceLocator, BaseDataSource, AuthenticationInfo)

Declaration
public Task VerifyDataSourceAsync(IServiceLocator serviceLocator, BaseDataSource ds, AuthenticationInfo authenticationInfo)
Parameters
Type Name Description
Infragistics.Reveal.Core.IServiceLocator serviceLocator
Infragistics.ReportPlus.DashboardModel.BaseDataSource ds
Infragistics.ReportPlus.DataLayer.AuthenticationInfo authenticationInfo
Returns
Type Description
System.Threading.Tasks.Task