AzureTableStoragePocoConverter NuGet Package

.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.




Got any AzureTableStoragePocoConverter Question?





Info

Version: 1.1.3
Author(s): rgbweb
Last Update: Sunday, December 31, 2017
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/rgbweb/AzureTableStoragePocoConverter
NuGet Url: https://www.nuget.org/packages/AzureTableStoragePocoConverter


Install
Install-Package AzureTableStoragePocoConverter
dotnet add package AzureTableStoragePocoConverter
paket add AzureTableStoragePocoConverter
AzureTableStoragePocoConverter Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

2279