Cqrs.Azure.DocumentDb
2.4.1639.856
dotnet add package Cqrs.Azure.DocumentDb --version 2.4.1639.856
NuGet\Install-Package Cqrs.Azure.DocumentDb -Version 2.4.1639.856
<PackageReference Include="Cqrs.Azure.DocumentDb" Version="2.4.1639.856" />
paket add Cqrs.Azure.DocumentDb --version 2.4.1639.856
#r "nuget: Cqrs.Azure.DocumentDb, 2.4.1639.856"
// Install Cqrs.Azure.DocumentDb as a Cake Addin #addin nuget:?package=Cqrs.Azure.DocumentDb&version=2.4.1639.856 // Install Cqrs.Azure.DocumentDb as a Cake Tool #tool nuget:?package=Cqrs.Azure.DocumentDb&version=2.4.1639.856
Use Azure Cosmos DB (DocumentDB) as an event store, read store and data store in CQRS.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. 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. |
-
- cdmdotnet.Logging (>= 1.2.100.77)
- cdmdotnet.StateManagement (>= 3.0.13.9)
- Cqrs (= 2.4.1639.856)
- Microsoft.Azure.DocumentDB (>= 1.21.1)
- Microsoft.Azure.DocumentDB.TransientFaultHandling (>= 1.5.0)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cqrs.Azure.DocumentDb:
Package | Downloads |
---|---|
Cqrs.Ninject.Azure.DocumentDb
Use Ninject as your IoC container of choice with Microsoft Azure DocumentDB for CQRS.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.4
* Upgraded to Microsoft.Azure.DocumentDB version 1.21.1 package to enable built-in unique index support.
* Added support for snapshots.
Version 2.3
* Added GetToVersion To the EventStore so you can get events up to a set version
* Added GetToDate To the EventStore so you can get events up to a specific date
* Added GetBetweenDates To the EventStore so you can get events between specific dates
Version 2.2
* Deprecated AzureDocumentDbEventBuilder. Use Cqrs.Events.DefaultEventBuilder as a replacement.
* Deprecated AzureDocumentDbEventDeserialiser. Use Cqrs.Events.EventDeserialiser as a replacement.
Version 2.0
* Added configurable setting "Cqrs.Azure.DocumentDb.UseSingleCollectionForAllDataStores" to enable control over the use of a single collection (cheaper) for all data stores or one collection per data store (more flexible). The default value is true.