Microsoft.Azure.DocumentDB.Core
2.19.0
Please note, this package has been deprecated and will no longer be maintained after 3/31/2023. We encourage you to upgrade to the replacement package, Microsoft.Azure.Cosmos, to continue receiving updates. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
dotnet add package Microsoft.Azure.DocumentDB.Core --version 2.19.0
NuGet\Install-Package Microsoft.Azure.DocumentDB.Core -Version 2.19.0
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.19.0" />
paket add Microsoft.Azure.DocumentDB.Core --version 2.19.0
#r "nuget: Microsoft.Azure.DocumentDB.Core, 2.19.0"
// Install Microsoft.Azure.DocumentDB.Core as a Cake Addin
#addin nuget:?package=Microsoft.Azure.DocumentDB.Core&version=2.19.0
// Install Microsoft.Azure.DocumentDB.Core as a Cake Tool
#tool nuget:?package=Microsoft.Azure.DocumentDB.Core&version=2.19.0
Please note, a newer package, Microsoft.Azure.Cosmos, is available.
While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade.
See https://aka.ms/migrate-to-cosmos-dotnet-v3 for more details. This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the SQL API. Azure Cosmos DB is a globally distributed, multi-model database service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Collections.Immutable (>= 1.3.0)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Collections.Specialized (>= 4.0.1)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Linq.Queryable (>= 4.0.1)
- System.Net.Http (>= 4.3.4)
- System.Net.NameResolution (>= 4.0.0)
- System.Net.NetworkInformation (>= 4.1.0)
- System.Net.Requests (>= 4.0.11)
- System.Net.Security (>= 4.3.2)
- System.Security.SecureString (>= 4.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Collections.Immutable (>= 1.3.0)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Collections.Specialized (>= 4.0.1)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Linq.Queryable (>= 4.0.1)
- System.Net.Http (>= 4.3.4)
- System.Net.NameResolution (>= 4.0.0)
- System.Net.NetworkInformation (>= 4.1.0)
- System.Net.Requests (>= 4.0.11)
- System.Net.Security (>= 4.3.2)
- System.Net.WebHeaderCollection (>= 4.0.1)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Security.SecureString (>= 4.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
NuGet packages (145)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.DocumentDB.Core:
Package | Downloads |
---|---|
Microsoft.Azure.DocumentDB.ChangeFeedProcessor
This library provides a host for distributing change feed events in partitioned collection across multiple observers. Instances of the host can scale up (by adding) or down (by removing) dynamically, and the load will be automatically distributed among active instances in about-equal way. |
|
Microsoft.Azure.CosmosDB.BulkExecutor
This client library enables client applications to perform bulk operations in Azure Cosmos DB for SQL, Gremlin and MongoDB APIs. The BulkImport module (supported for SQL, Gremlin and MongoDB API) provides functionality to bulk ingest documents with optimizations to maximally utilize the allocated collection throughput for maximal write throughput. The BulkUpdate module (supported for SQL API) provides functionality to bulk update documents as partial patches. The BulkDelete module (supported for SQL API) provides functionality to bulk delete documents given a list of partition key and id tuples. |
|
Serilog.Sinks.AzureDocumentDb
Write Serilog events to Azure DocumentDB |
|
AspNetCore.HealthChecks.DocumentDb
HealthChecks.DocumentDb is the health check package for Azure DocumentDb. |
|
MassTransit.DocumentDb
MassTransit DocumentDb persistence support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com |
GitHub repositories (30)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.DocumentDB.Core:
Repository | Stars |
---|---|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
ravendb/ravendb
ACID Document Database
|
|
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
Version | Downloads | Last updated | |
---|---|---|---|
2.19.0 | 102,864 | 3/18/2023 | |
2.18.0 | 1,035,164 | 4/15/2022 | |
2.16.2 | 727,980 | 10/26/2021 | |
2.16.1 | 164,644 | 9/24/2021 | |
2.16.0 | 156,939 | 8/26/2021 | |
2.15.0 | 497,881 | 6/29/2021 | |
2.14.1 | 477,027 | 5/10/2021 | |
2.14.0 | 501,388 | 4/17/2021 | |
2.13.1 | 4,375,899 | 12/17/2020 | |
2.13.0 | 23,086 | 12/16/2020 | |
2.12.0 | 1,932,111 | 10/7/2020 | |
2.11.6 | 841,465 | 8/12/2020 | |
2.11.5 | 174,497 | 8/4/2020 | |
2.11.4 | 82,213 | 7/30/2020 | |
2.11.3 | 50,447 | 7/29/2020 | |
2.11.2 | 14,524,447 | 7/14/2020 | |
2.11.1 | 166,964 | 7/1/2020 | |
2.11.0 | 478,806 | 6/2/2020 | |
2.10.3 | 965,451 | 4/17/2020 | |
2.10.1 | 746,354 | 3/6/2020 | |
2.10.0 | 12,339,005 | 2/28/2020 | |
2.9.4 | 72,867 | 2/25/2020 | |
2.9.3 | 697,364 | 1/31/2020 | |
2.9.2 | 2,528,270 | 11/15/2019 | |
2.9.1 | 25,464 | 11/13/2019 | |
2.9.0 | 154,912 | 10/31/2019 | |
2.8.1 | 277,169 | 10/11/2019 | |
2.8.0 | 41,759 | 10/10/2019 | |
2.7.0 | 330,479 | 9/24/2019 | |
2.6.0 | 657,580 | 8/31/2019 | |
2.6.0-RC1 | 2,134 | 8/22/2019 | |
2.5.1 | 1,717,097 | 7/3/2019 | |
2.4.2 | 87,651 | 7/1/2019 | |
2.4.1 | 566,275 | 6/21/2019 |
This is a stable version of the Azure Cosmos DB .NET Standard client library.