combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / GoogleBigQueryDataProvider Class
Members


GoogleBigQueryDataProvider Class

Use this data provider to access Google BigQuery data.

You need a valid Google account to access the database. Read access for the data is required for this Google account. Go to Google Developers Console and proceed as follows: "Projectname" > Permissions > Add Member. Now this account must be authenticated via OAuth 2.0. A so-called Access Token is required for the actual access, which can be generated from the Refresh Token that never expires.

Object Model
GoogleBigQueryDataProvider Class
Syntax
'Declaration
 
Public NotInheritable Class GoogleBigQueryDataProvider 
   Implements IDataProvider 
 
Inheritance Hierarchy

System.Object
   combit.Reporting.DataProviders.GoogleBigQueryDataProvider

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also