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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchQueryIndexesOptions.Builtbuild()WatchQueryIndexesOptionswatchPrimary(boolean watch)Include the bucket's primary index in the watch result.static WatchQueryIndexesOptionswatchQueryIndexesOptions()
-
-
-
Method Detail
-
watchQueryIndexesOptions
public static WatchQueryIndexesOptions watchQueryIndexesOptions()
-
watchPrimary
public WatchQueryIndexesOptions watchPrimary(boolean watch)
Include the bucket's primary index in the watch result. If the bucket has no primary index, the watch operation will fail withIndexNotFoundException.
-
build
@Internal public WatchQueryIndexesOptions.Built build()
-
-