Skip to main content
Couchbase.Extensions.MultiOp package icon

Couchbase.Extensions.MultiOp

Provides extensions for ICouchbaseCollection to perform multiple similar operations in parallel. For example, getting 100 documents based on their keys or performing a bulk insert of 100,000 documents. It is optimized to maximize throughput by limiting the degree of parallelization and to returning exceptions separately for each operation.

Total Downloads
157.9K
157,937
Published
Dec 12, 2025
Latest stable version

Install

.NET CLI
dotnet add package Couchbase.Extensions.MultiOp --version 2.0.0-rc1
Package Manager Console
Install-Package Couchbase.Extensions.MultiOp -Version 2.0.0-rc1
PackageReference
<PackageReference Include="Couchbase.Extensions.MultiOp" Version="2.0.0-rc1" />

Frameworks

net8.0 net10.0

Dependencies

[3.9.0-rc3, )
[6.1.0, )
[3.9.0-rc3, )
[6.1.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.

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

Compatibility metadata lists 2 target frameworks; 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.