Microsoft.Azure.DocumentDB
2.22.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.
dotnet add package Microsoft.Azure.DocumentDB --version 2.22.0
NuGet\Install-Package Microsoft.Azure.DocumentDB -Version 2.22.0
<PackageReference Include="Microsoft.Azure.DocumentDB" Version="2.22.0" />
<PackageVersion Include="Microsoft.Azure.DocumentDB" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB" />
paket add Microsoft.Azure.DocumentDB --version 2.22.0
#r "nuget: Microsoft.Azure.DocumentDB, 2.22.0"
#addin nuget:?package=Microsoft.Azure.DocumentDB&version=2.22.0
#tool nuget:?package=Microsoft.Azure.DocumentDB&version=2.22.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 to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.8)
- System.Net.Http (>= 4.3.4)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 6.0.8)
- System.Net.Http (>= 4.3.4)
- System.Net.Http.WinHttpHandler (>= 4.5.4)
- System.Threading.Tasks.Extensions (>= 4.5.4)
NuGet packages (103)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.DocumentDB:
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 |
|
Microsoft.Azure.CosmosDB.Table
NOTE: This .NET Framework library is in maintenance mode and it will be deprecated soon. Please upgrade to the new .NET Standard library (https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) to continue to get the latest features supported. This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. |
|
Microsoft.Azure.WebJobs.Extensions.DocumentDB
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.DocumentDB. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources |
GitHub repositories (27)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.DocumentDB:
Repository | Stars |
---|---|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
|
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
|
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
|
|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
chkimes/graphql-net
Convert GraphQL to IQueryable
|
|
ProfessionalCSharp/ProfessionalCSharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
|
|
Azure/azure-libraries-for-net
Azure libraries for .Net
|
|
microsoft/BotFramework-BlogSamples
Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities.
|
|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
rstropek/Samples
|
|
microsoft/data-accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
|
|
microsoft/Appsample-Photosharing
Sample code for a UWP photo sharing app.
|
|
ShaneK2/inVtero.net
inVtero.net: A high speed (Gbps) Forensics, Memory integrity & assurance. Includes offensive & defensive memory capabilities. Find/Extract processes, hypervisors (including nested) in memory dumps using microarchitechture independent Virtual Machiene Introspection techniques
|
|
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
|
|
Azure/azure-stream-analytics
Azure Stream Analytics
|
|
mingaliu/DocumentDBStudio
A client management/viewer for Microsoft Azure DocumentDB
|
|
Azure-Samples/Serverless-Eventing-Platform-for-Microservices
This solution is a personal knowledge management system and it allows users to upload text, images, and audio into categories. Each of these types of data is managed by a dedicated microservice built on Azure serverless technologies including Azure Functions and Cognitive Services. The web front-end communicates with the microservices through a SignalR-to-Event Grid bridge, allowing for real-time reactive UI updates based on the microservice updates. Each microservice is built and deployed independently using VSTS’s build and release management system, and use a variety of Azure-native data storage technologies.
|
Version | Downloads | Last updated | |
---|---|---|---|
2.22.0 | 131,912 | 3/21/2024 | |
2.21.0 | 29,179 | 1/12/2024 | |
2.20.0 | 273,694 | 6/20/2023 | |
2.19.0 | 61,997 | 3/18/2023 | |
2.18.0 | 278,525 | 4/15/2022 | |
2.16.2 | 176,726 | 10/26/2021 | |
2.16.1 | 53,149 | 9/24/2021 | |
2.16.0 | 77,535 | 8/26/2021 | |
2.15.0 | 109,585 | 6/29/2021 | |
2.14.1 | 151,050 | 5/10/2021 | |
2.14.0 | 37,451 | 4/17/2021 | |
2.13.1 | 453,002 | 12/17/2020 | |
2.13.0 | 12,784 | 12/16/2020 | |
2.12.0 | 418,498 | 10/7/2020 | |
2.11.6 | 437,311 | 8/12/2020 | |
2.11.5 | 23,699 | 8/4/2020 | |
2.11.4 | 15,960 | 7/30/2020 | |
2.11.3 | 19,912 | 7/29/2020 | |
2.11.2 | 249,174 | 7/14/2020 | |
2.11.1 | 85,675 | 7/1/2020 | |
2.11.0 | 204,825 | 6/2/2020 | |
2.10.3 | 268,235 | 4/17/2020 | |
2.10.1 | 249,818 | 3/6/2020 | |
2.10.0 | 57,545 | 2/28/2020 | |
2.9.4 | 58,122 | 2/25/2020 | |
2.9.3 | 210,957 | 1/31/2020 | |
2.9.2 | 461,381 | 11/15/2019 | |
2.9.1 | 7,159 | 11/13/2019 | |
2.9.0 | 111,408 | 10/31/2019 | |
2.8.1 | 235,644 | 10/11/2019 | |
2.7.0 | 285,296 | 9/24/2019 | |
2.6.0 | 160,460 | 8/31/2019 | |
2.6.0-RC1 | 2,144 | 8/22/2019 | |
2.5.1 | 708,068 | 7/3/2019 | |
2.4.2 | 17,827 | 7/1/2019 | |
2.4.1 | 719,749 | 6/21/2019 |
The change log for this SDK is made available at https://github.com/Azure/azure-documentdb-dotnet/blob/master/changelog.md at the time of release. The change log is also published on the Azure documentation site at https://docs.microsoft.com/azure/cosmos-db/documentdb-sdk-dotnet.