AzureTableStoragePocoConverter 1.1.3
.NET Standard 2.0 library with helpers to convert your POCO objects to Azure Table Storage objects of type `ITableEntity` or `DynamicTableEntity` and vice versa.
It supports saving complex classes by converting not natively supported property types into JSON strings.
There is no need to have dedicated properties called PartitionKey and RowKey. Just decorate your properties with the `[PartitionKey]` and `[RowKey]` attributes. There is also an optional `[ETag]` attribute to read the ETag and ensure optimistic concurrency when writing it back. You can decorate a property with the `[Timestamp]` attribute to read the auto-generated time stamp from your table entity.
Install-Package AzureTableStoragePocoConverter -Version 1.1.3
dotnet add package AzureTableStoragePocoConverter --version 1.1.3
<PackageReference Include="AzureTableStoragePocoConverter" Version="1.1.3" />
paket add AzureTableStoragePocoConverter --version 1.1.3
Release Notes
https://github.com/rgbweb/AzureTableStoragePocoConverter/releases
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 9.0.1)
- WindowsAzure.Storage (>= 8.1.4)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.