Orthogonal.ObjectDb.Azure
3.0.2
This was an experimental package for private use that was published before I discovered that packages can never be deleted. Now this useless package is stuck here forever.
dotnet add package Orthogonal.ObjectDb.Azure --version 3.0.2
NuGet\Install-Package Orthogonal.ObjectDb.Azure -Version 3.0.2
<PackageReference Include="Orthogonal.ObjectDb.Azure" Version="3.0.2" />
<PackageVersion Include="Orthogonal.ObjectDb.Azure" Version="3.0.2" />
<PackageReference Include="Orthogonal.ObjectDb.Azure" />
paket add Orthogonal.ObjectDb.Azure --version 3.0.2
#r "nuget: Orthogonal.ObjectDb.Azure, 3.0.2"
#:package Orthogonal.ObjectDb.Azure@3.0.2
#addin nuget:?package=Orthogonal.ObjectDb.Azure&version=3.0.2
#tool nuget:?package=Orthogonal.ObjectDb.Azure&version=3.0.2
This library implements an in-process database for storing and retrieving class objects and their property values. The library is designed to be as easy to use as possible with a small public API. The backing storage is Azure Table Storage, so Azure account credentials are required to use the library. This library is an experimental but compatible and fully working sibling of the Orthogonal.ObjectDb.Esent library which uses an in-process high-performance ESENT database as the backing storage. The ESENT backed database should be used where high-performance is required.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40-client is compatible. |
-
- WindowsAzure.Storage (>= 6.2.0)
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 |
|---|
A severe error in the handling of Nullable<> properties is corrected (Issue #15). Added a DeleteAll method, mainly to assist coding unit tests, but the method may find uses in real-world applications.