var appendResult = await _bucket.collection.MutateInAsync(couchbaseKey, configureBuilder).ConfigureAwait(false);
im using a version which does’nt have Scope and collections
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
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.