Class DropPrimaryQueryIndexOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<DropPrimaryQueryIndexOptions>
com.couchbase.client.java.manager.query.DropPrimaryQueryIndexOptions
public class DropPrimaryQueryIndexOptions extends CommonOptions<DropPrimaryQueryIndexOptions>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DropPrimaryQueryIndexOptions.Built
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and Type Method Description DropPrimaryQueryIndexOptions.Built
build()
static DropPrimaryQueryIndexOptions
dropPrimaryQueryIndexOptions()
DropPrimaryQueryIndexOptions
ignoreIfNotExists(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
-
dropPrimaryQueryIndexOptions
-
ignoreIfNotExists
If the index does not exist, an exception will be thrown unless this is set to true. -
build
-