Class DropQueryIndexOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<DropQueryIndexOptions>
com.couchbase.client.java.manager.query.DropQueryIndexOptions
public class DropQueryIndexOptions extends CommonOptions<DropQueryIndexOptions>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDropQueryIndexOptions.BuiltNested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions -
Method Summary
Modifier and Type Method Description DropQueryIndexOptions.Builtbuild()static DropQueryIndexOptionsdropQueryIndexOptions()DropQueryIndexOptionsignoreIfNotExists(boolean ignore)If the index does not exist, an exception will be thrown unless this is set to true.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
dropQueryIndexOptions
-
ignoreIfNotExists
If the index does not exist, an exception will be thrown unless this is set to true. -
build
-