Class WatchQueryIndexesOptions
java.lang.Object
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions
public class WatchQueryIndexesOptions extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classWatchQueryIndexesOptions.Built -
Method Summary
Modifier and Type Method Description WatchQueryIndexesOptions.Builtbuild()WatchQueryIndexesOptionswatchPrimary(boolean watch)Include the bucket's primary index in the watch result.static WatchQueryIndexesOptionswatchQueryIndexesOptions()
-
Method Details
-
watchQueryIndexesOptions
-
watchPrimary
Include the bucket's primary index in the watch result. If the bucket has no primary index, the watch operation will fail withIndexNotFoundException. -
build
-