TinyDocDB 0.6.0
See the version list below for details.
dotnet add package TinyDocDB --version 0.6.0
NuGet\Install-Package TinyDocDB -Version 0.6.0
<PackageReference Include="TinyDocDB" Version="0.6.0" />
paket add TinyDocDB --version 0.6.0
#r "nuget: TinyDocDB, 0.6.0"
// Install TinyDocDB as a Cake Addin #addin nuget:?package=TinyDocDB&version=0.6.0 // Install TinyDocDB as a Cake Tool #tool nuget:?package=TinyDocDB&version=0.6.0
TinyDocDB is a free .NET client for accessing DocumentDB, it uses REST API's behind the scenes and provides events based on changes in DocumentDB, polling and notification of changes is handled behind the scenes and you can adjust the polling interval. You can also update and get documents in DocumentDB with one simple call.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the initial version and currently only supports updating documents by id (whole document replace) and monitoring documents by id (event based with background polling transparent to consumer).