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 205e88f commit 02d5a1aCopy full SHA for 02d5a1a
core/meta/features.hxx
@@ -65,3 +65,9 @@
65
* Support for bucket no-deduplication feature in bucket and collection management
66
*/
67
#define COUCHBASE_CXX_CLIENT_HAS_BUCKET_NO_DEDUP 1
68
+
69
+/**
70
+ * Collection query index management is available in the public API
71
+ * couchbase::collection::query_indexes() support
72
+ */
73
+#define COUCHBASE_CXX_CLIENT_HAS_COLLECTION_QUERY_INDEX_MANAGEMENT 1
0 commit comments