WhiteSharx.BigQuery.HighLevelApi
0.0.6
See the version list below for details.
dotnet add package WhiteSharx.BigQuery.HighLevelApi --version 0.0.6
NuGet\Install-Package WhiteSharx.BigQuery.HighLevelApi -Version 0.0.6
<PackageReference Include="WhiteSharx.BigQuery.HighLevelApi" Version="0.0.6" />
paket add WhiteSharx.BigQuery.HighLevelApi --version 0.0.6
#r "nuget: WhiteSharx.BigQuery.HighLevelApi, 0.0.6"
// Install WhiteSharx.BigQuery.HighLevelApi as a Cake Addin #addin nuget:?package=WhiteSharx.BigQuery.HighLevelApi&version=0.0.6 // Install WhiteSharx.BigQuery.HighLevelApi as a Cake Tool #tool nuget:?package=WhiteSharx.BigQuery.HighLevelApi&version=0.0.6
Easy to use BigQuery connector
Features:
- Query: var dataModels = await new BigQueryContext("projectId", "dataset", "Creds/creds.json").Query<MyDataModel>("SELECT * FROM `my-dataset.my-table` WHERE name = @Name", new { Name = "Alex" })
- Insert: await new BigQueryContext("projectId", "dataset", "Creds/creds.json").GetTable<MyDataModel>("my-table").InsertMany(dataModels);
- Merge: await new BigQueryContext("projectId", "dataset", "Creds/creds.json").GetTable<MyDataModel>("my-table").Upsert<MyDataModel>(dataModels, new Expression<Func<T, object>>[]{x => x.Id}, new Expression<Func<T, object>>[]{x => x.Name, x.Age})
Attributes for data model members:
- BigQueryPartitionAttribute - defines partition and it's type
- BigQueryIgnoreAttribute
Changelog:
0.0.6 - Added BigContext.Query( ) method; improved mapping
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Google.Cloud.BigQuery.V2 (>= 1.4.0)
- Humanizer (>= 2.7.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.28 | 544 | 7/2/2021 |
0.0.27 | 310 | 7/1/2021 |
0.0.26 | 394 | 6/20/2021 |
0.0.25 | 419 | 6/10/2021 |
0.0.24 | 317 | 6/10/2021 |
0.0.23 | 343 | 6/9/2021 |
0.0.22 | 325 | 6/4/2021 |
0.0.21 | 331 | 6/4/2021 |
0.0.20 | 472 | 2/10/2021 |
0.0.19 | 403 | 1/27/2021 |
0.0.18 | 406 | 11/20/2020 |
0.0.17 | 474 | 11/19/2020 |
0.0.16 | 445 | 11/4/2020 |
0.0.15 | 503 | 9/24/2020 |
0.0.14 | 454 | 8/31/2020 |
0.0.13 | 412 | 8/27/2020 |
0.0.12 | 412 | 8/27/2020 |
0.0.11 | 477 | 5/28/2020 |
0.0.10 | 432 | 5/28/2020 |
0.0.9 | 494 | 4/29/2020 |
0.0.8 | 479 | 3/20/2020 |
0.0.7 | 474 | 3/20/2020 |
0.0.6 | 553 | 2/28/2020 |
0.0.5 | 484 | 2/14/2020 |
0.0.4 | 458 | 2/12/2020 |
0.0.3 | 468 | 2/12/2020 |
0.0.2 | 504 | 2/12/2020 |
0.0.1 | 531 | 2/12/2020 |