Microsoft.Azure.DocumentDB.Core
2.16.0
Prefix Reserved
Please note, this package is obsolete as of 3/31/2023 and is no longer maintained or monitored. Microsoft encourages 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.
See the version list below for details.
dotnet add package Microsoft.Azure.DocumentDB.Core --version 2.16.0
NuGet\Install-Package Microsoft.Azure.DocumentDB.Core -Version 2.16.0
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.16.0" />
paket add Microsoft.Azure.DocumentDB.Core --version 2.16.0
#r "nuget: Microsoft.Azure.DocumentDB.Core, 2.16.0"
// Install Microsoft.Azure.DocumentDB.Core as a Cake Addin #addin nuget:?package=Microsoft.Azure.DocumentDB.Core&version=2.16.0 // Install Microsoft.Azure.DocumentDB.Core as a Cake Tool #tool nuget:?package=Microsoft.Azure.DocumentDB.Core&version=2.16.0
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to https://azure.microsoft.com/services/cosmos-db/.
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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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 |
|
HQ
This package contains the full-stack build for HQ.io. |
|
AspNetCore.HealthChecks.DocumentDb
HealthChecks.DocumentDb is the health check package for Azure DocumentDb. |
GitHub repositories (27)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.DocumentDB.Core:
Repository | Stars |
---|---|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
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
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
Version | Downloads | Last updated | |
---|---|---|---|
2.22.0 | 405,021 | 3/21/2024 | |
2.21.0 | 260,003 | 1/12/2024 | |
2.20.0 | 809,019 | 6/20/2023 | |
2.19.0 | 274,449 | 3/18/2023 | |
2.18.0 | 1,789,717 | 4/15/2022 | |
2.16.2 | 977,215 | 10/26/2021 | |
2.16.1 | 275,724 | 9/24/2021 | |
2.16.0 | 182,464 | 8/26/2021 | |
2.15.0 | 570,873 | 6/29/2021 | |
2.14.1 | 579,843 | 5/10/2021 | |
2.14.0 | 589,330 | 4/17/2021 | |
2.13.1 | 6,075,826 | 12/17/2020 | |
2.13.0 | 27,134 | 12/16/2020 | |
2.12.0 | 2,293,619 | 10/7/2020 | |
2.11.6 | 957,026 | 8/12/2020 | |
2.11.5 | 193,253 | 8/4/2020 | |
2.11.4 | 96,033 | 7/30/2020 | |
2.11.3 | 57,736 | 7/29/2020 | |
2.11.2 | 22,136,972 | 7/14/2020 | |
2.11.1 | 179,677 | 7/1/2020 | |
2.11.0 | 553,807 | 6/2/2020 | |
2.10.3 | 1,139,402 | 4/17/2020 | |
2.10.1 | 845,022 | 3/6/2020 | |
2.10.0 | 16,354,511 | 2/28/2020 | |
2.9.4 | 94,900 | 2/25/2020 | |
2.9.3 | 729,967 | 1/31/2020 | |
2.9.2 | 2,781,834 | 11/15/2019 | |
2.9.1 | 30,438 | 11/13/2019 | |
2.9.0 | 176,519 | 10/31/2019 | |
2.8.1 | 309,340 | 10/11/2019 | |
2.8.0 | 43,527 | 10/10/2019 | |
2.7.0 | 353,937 | 9/24/2019 | |
2.6.0 | 837,139 | 8/31/2019 | |
2.6.0-RC1 | 3,962 | 8/22/2019 | |
2.5.1 | 2,021,894 | 7/3/2019 | |
2.4.2 | 92,781 | 7/1/2019 | |
2.4.1 | 657,315 | 6/21/2019 |
This is a stable version of the Azure Cosmos DB .NET Standard client library.