Skip to main content
Microsoft.Azure.CosmosDB.BulkExecutor package icon

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.

Total Downloads
2.8M
2,763,416
Published
Feb 26, 2019
Latest stable version

Install

.NET CLI
dotnet add package Microsoft.Azure.CosmosDB.BulkExecutor --version 2.2.0-preview2
Package Manager Console
Install-Package Microsoft.Azure.CosmosDB.BulkExecutor -Version 2.2.0-preview2
PackageReference
<PackageReference Include="Microsoft.Azure.CosmosDB.BulkExecutor" Version="2.2.0-preview2" />

Frameworks

.NETFramework4.5.2 .NETFramework4.6.1 .NETStandard2.0

Dependencies

Newtonsoft.Json
.NETFramework4.5.2
[9.0.1, )
MongoDB.Bson.signed
.NETFramework4.5.2
[2.4.4, )
System.Numerics.Vectors
.NETFramework4.5.2
[4.5.0, )
[4.5.0, )
Microsoft.Azure.DocumentDB
.NETFramework4.5.2
[2.1.3, 2.1.3]
System.Net.Http
.NETFramework4.5.2
[4.3.4, )
Newtonsoft.Json
.NETFramework4.6.1
[9.0.1, )
MongoDB.Bson.signed
.NETFramework4.6.1
[2.4.4, )
System.Numerics.Vectors
.NETFramework4.6.1
[4.5.0, )
[4.5.0, )
Microsoft.Azure.DocumentDB
.NETFramework4.6.1
[2.1.3, 2.1.3]
Newtonsoft.Json
.NETStandard2.0
[9.0.1, )
MongoDB.Bson.signed
.NETStandard2.0
[2.4.4, )
[4.5.0, )
[4.0.0, )
[2.1.3, 2.1.3]

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

The published metadata declares 17 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.