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.Built-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
dropQueryIndexOptions
public static DropQueryIndexOptions dropQueryIndexOptions()
-
ignoreIfNotExists
public DropQueryIndexOptions ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.
-
build
@Internal public DropQueryIndexOptions.Built build()
-
-