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 class
WatchQueryIndexesOptions.Built
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchQueryIndexesOptions.Built
build()
WatchQueryIndexesOptions
watchPrimary(boolean watch)
Include the bucket's primary index in the watch result.static WatchQueryIndexesOptions
watchQueryIndexesOptions()
-
-
-
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 withQueryIndexNotFoundException
.
-
build
@Internal public WatchQueryIndexesOptions.Built build()
-
-