TableStorage.Abstractions.POCO
1.1.2.1
See the version list below for details.
dotnet add package TableStorage.Abstractions.POCO --version 1.1.2.1
NuGet\Install-Package TableStorage.Abstractions.POCO -Version 1.1.2.1
<PackageReference Include="TableStorage.Abstractions.POCO" Version="1.1.2.1" />
paket add TableStorage.Abstractions.POCO --version 1.1.2.1
#r "nuget: TableStorage.Abstractions.POCO, 1.1.2.1"
// Install TableStorage.Abstractions.POCO as a Cake Addin #addin nuget:?package=TableStorage.Abstractions.POCO&version=1.1.2.1 // Install TableStorage.Abstractions.POCO as a Cake Tool #tool nuget:?package=TableStorage.Abstractions.POCO&version=1.1.2.1
Builds on top of TableStorage.Abstractions (a repository wrapper over Azure Table Storage) such that objects to be serialized to and from Azure Table Storage are Plain Old CLR Objects (POCO) rather than TableEntities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 10.0.3)
- TableStorage.Abstractions (>= 1.0.6)
- TableStorage.Abstractions.TableEntityConverters (>= 1.1.2)
- WindowsAzure.Storage (>= 8.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TableStorage.Abstractions.POCO:
Package | Downloads |
---|---|
TableStorage.Abstractions.POCO.SecondaryIndexes
Geared more toward Azure Table Storage (vs CosmosDB, which has an ATS api), using an intra/inter partition (or table) secondary index pattern. This library handles keeping the indexes up to date as data gets mutated. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 1,273 | 8/30/2023 |
3.3.0 | 9,274 | 4/2/2022 |
3.2.0 | 8,109 | 1/23/2022 |
3.2.0-beta | 1,423 | 1/20/2022 |
3.1.0 | 1,998 | 11/17/2021 |
3.1.0-beta | 1,432 | 11/16/2021 |
3.0.1 | 1,797 | 11/3/2021 |
3.0.0 | 1,941 | 10/5/2021 |
2.7.1 | 5,682 | 8/20/2020 |
2.7.0 | 2,520 | 5/11/2020 |
2.6.1 | 2,484 | 3/27/2020 |
2.6.0 | 2,146 | 3/26/2020 |
2.4.0 | 2,100 | 3/3/2020 |
2.3.1 | 2,280 | 2/25/2020 |
2.3.0 | 2,226 | 2/25/2020 |
2.2.0 | 2,241 | 2/17/2020 |
2.1.0 | 2,190 | 4/29/2019 |
2.0.1 | 6,200 | 1/10/2019 |
2.0.0 | 2,174 | 12/26/2018 |
1.3.2 | 2,463 | 2/11/2018 |
1.3.1 | 2,371 | 1/27/2018 |
1.3.0 | 2,661 | 9/5/2017 |
1.2.0 | 2,479 | 9/3/2017 |
1.1.3 | 2,462 | 9/2/2017 |
1.1.2.1 | 2,505 | 8/31/2017 |
1.1.2 | 2,462 | 8/31/2017 |
1.1.1 | 2,554 | 8/31/2017 |
1.0.1 | 2,634 | 8/31/2017 |
1.0.0 | 2,627 | 8/30/2017 |
Improved documentation