Info
Version: | 2.5.1-preview |
Author(s): | Microsoft |
Last Update: | Friday, November 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Azure/azure-cosmosdb-bulkexecutor-dotnet-getting-started |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.BulkExecutor |
Install
Install-Package Microsoft.Azure.CosmosDB.BulkExecutor
dotnet add package Microsoft.Azure.CosmosDB.BulkExecutor
paket add Microsoft.Azure.CosmosDB.BulkExecutor
Microsoft.Azure.CosmosDB.BulkExecutor Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Azure.DocumentDB.Core(>= 2.6.0)
- MongoDB.Bson.signed(>= 2.4.4)
- Newtonsoft.Json(>= 9.0.1)
- System.Diagnostics.TraceSource(>= 4.0.0)
- System.Net.NameResolution(>= 4.3.0)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.0)
- Microsoft.Azure.DocumentDB(>= 2.6.0)
- MongoDB.Bson.signed(>= 2.4.4)
- Newtonsoft.Json(>= 9.0.1)
- System.Net.Http(>= 4.3.4)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.0)
- Microsoft.Azure.DocumentDB(>= 2.6.0)
- MongoDB.Bson.signed(>= 2.4.4)
- Newtonsoft.Json(>= 9.0.1)
- System.Net.NameResolution(>= 4.3.0)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.0)
Tags
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.