Couchbase SDK 3.x - Update query

Hi,
I have started using Couchbase Java SDK 3.x and trying to use query() method of Cluster class for executing the simple “update” query.
Can I have provision to get receive number of mutation in QueryResult?

@CB_prachi if you enable metrics on the QueryOptions, it is available via mutationCount in the QueryMetrics.

1 Like