Azure.TableStorage.API 2.1.3

dotnet add package Azure.TableStorage.API --version 2.1.3
NuGet\Install-Package Azure.TableStorage.API -Version 2.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.TableStorage.API" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Azure.TableStorage.API --version 2.1.3
#r "nuget: Azure.TableStorage.API, 2.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Azure.TableStorage.API as a Cake Addin
#addin nuget:?package=Azure.TableStorage.API&version=2.1.3

// Install Azure.TableStorage.API as a Cake Tool
#tool nuget:?package=Azure.TableStorage.API&version=2.1.3

You can perform almost any permissible operation: add, remove, update, delete and other. Most of them can be executed parallel and by batches with implementing of caching strategy. Also when you want to get data, one can specify enough complicated condition in Entity Framework .Where style.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.1.3 4,572 7/15/2016
2.1.2 1,415 6/24/2016
2.1.1 1,876 6/10/2016
2.1.0 2,173 6/9/2016
2.0.0 1,649 6/1/2016
1.0.2 1,946 6/1/2016
1.0.1 2,418 5/30/2016
1.0.0 2,164 5/30/2016

Added possibility to specify custom connection string.