SujaySarma.Data.Azure.Tables
6.3.0
See the version list below for details.
dotnet add package SujaySarma.Data.Azure.Tables --version 6.3.0
NuGet\Install-Package SujaySarma.Data.Azure.Tables -Version 6.3.0
<PackageReference Include="SujaySarma.Data.Azure.Tables" Version="6.3.0" />
<PackageVersion Include="SujaySarma.Data.Azure.Tables" Version="6.3.0" />
<PackageReference Include="SujaySarma.Data.Azure.Tables" />
paket add SujaySarma.Data.Azure.Tables --version 6.3.0
#r "nuget: SujaySarma.Data.Azure.Tables, 6.3.0"
#addin nuget:?package=SujaySarma.Data.Azure.Tables&version=6.3.0
#tool nuget:?package=SujaySarma.Data.Azure.Tables&version=6.3.0
NEW FEATURES:
* The Connection.Open() function adds a new parameter (skipCreateCheck) to let it skip the "Create Table if not exists" step. Can improve incremental performance when you already "know" that the table exists.
* Relationships. Either use the extension functions provided in the "Relationships" namespace, or use the Joins property in the Commands.Query class.
Note that for a single table, the Relationships.With/Without methods provide better performance than using the Query.Joins property. This is because of the overhead involved for the subqueries.
BUGS FIXED:
* Minor logic improvements
* Minor performance improvements
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Microsoft.Azure.Cosmos.Table (>= 1.0.8)
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 |
---|---|---|
9.1.0 | 122 | 6/26/2024 |
8.5.0 | 160 | 12/19/2023 |
8.0.0 | 477 | 1/9/2023 |
7.4.0 | 429 | 9/16/2022 |
7.3.0 | 429 | 9/8/2022 |
7.2.0 | 430 | 9/8/2022 |
7.0.0 | 420 | 8/28/2022 |
6.4.0 | 501 | 8/4/2022 |
6.3.5 | 594 | 3/24/2022 |
6.3.0 | 392 | 9/9/2021 |
6.2.2 | 351 | 8/20/2021 |
6.2.0 | 379 | 8/18/2021 |
6.0.0 | 479 | 8/13/2021 |
5.1.5 | 480 | 6/30/2021 |
5.1.0 | 419 | 5/6/2021 |
5.0.0 | 390 | 5/2/2021 |
This is a release targeting .Net 6.0