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
Mar 20, 2026
Latest stable version

Install

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

Frameworks

net8.0 net10.0

Dependencies

Adoption guide

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

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.