How to user MutateInAsync without using collection

var appendResult = await _bucket.collection.MutateInAsync(couchbaseKey, configureBuilder).ConfigureAwait(false);

im using a version which does’nt have Scope and collections

Hello, you can take a look at this old blog post explaining subdoc API with older node SDK. Using the Couchbase Sub-Document API with the Node.js SDK - The Couchbase Blog

1 Like

Is it possible thru query, im using .net SDK, Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.