Gos.SimpleObjectStore.AzureProvider
0.0.4
See the version list below for details.
dotnet add package Gos.SimpleObjectStore.AzureProvider --version 0.0.4
NuGet\Install-Package Gos.SimpleObjectStore.AzureProvider -Version 0.0.4
<PackageReference Include="Gos.SimpleObjectStore.AzureProvider" Version="0.0.4" />
paket add Gos.SimpleObjectStore.AzureProvider --version 0.0.4
#r "nuget: Gos.SimpleObjectStore.AzureProvider, 0.0.4"
// Install Gos.SimpleObjectStore.AzureProvider as a Cake Addin #addin nuget:?package=Gos.SimpleObjectStore.AzureProvider&version=0.0.4 // Install Gos.SimpleObjectStore.AzureProvider as a Cake Tool #tool nuget:?package=Gos.SimpleObjectStore.AzureProvider&version=0.0.4
A simple object store library to persist objects for demo and testing applications. The objects will be serialized to JSON and stored on the file system by default. This package contains the Azure storage provider.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. 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. |
-
- Gos.SimpleObjectStore (>= 1.0.4)
- WindowsAzure.Storage (>= 3.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Finish first version of the Windows Azure data providers:
Provide Access to the Azure Table Storage
Provide Access to the Azure Blob Storage
This Version is beta and not yet kompletly finished. Some things are really ugly:
such as the blob storage container name is allways "objectstore"
error handling is not jet finished