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)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- WindowsAzure.Storage(>= 8.1.4)
Tags
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.