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,753,061
Published
May 27, 2020
Latest stable version

Install

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

Frameworks

.NETFramework4.5.1

Dependencies

Newtonsoft.Json
.NETFramework4.5.1
[9.0.1, )
Microsoft.Azure.DocumentDB
.NETFramework4.5.1
[2.5.1, )
MongoDB.Bson.signed
.NETFramework4.5.1
[2.4.4, )
System.Numerics.Vectors
.NETFramework4.5.1
[4.5.0, )
[4.3.0, )

Adoption guide

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

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

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

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.