We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0bc82 commit ba795d0Copy full SHA for ba795d0
core/meta/features.hxx
@@ -41,3 +41,10 @@
41
* couchbase::core::range_scan_orchestrator and relevant options in the core API
42
*/
43
#define COUCHBASE_CXX_CLIENT_CORE_HAS_RANGE_SCAN 1
44
+
45
+/**
46
+ * Query with reads from replica is available:
47
+ * - use_replica field in couchbase::core::operations::query_request
48
+ * - couchbase::query_options::use_replica()
49
+ */
50
+#define COUCHBASE_CXX_CLIENT_QUERY_READ_FROM_REPLICA 1
0 commit comments