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
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 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
-