public class DropQueryIndexOptions extends CommonOptions<DropQueryIndexOptions>
Modifier and Type | Class and Description |
---|---|
class |
DropQueryIndexOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
DropQueryIndexOptions.Built |
build() |
static DropQueryIndexOptions |
dropQueryIndexOptions() |
DropQueryIndexOptions |
ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.
|
clientContext, parentSpan, retryStrategy, self, timeout
public static DropQueryIndexOptions dropQueryIndexOptions()
public DropQueryIndexOptions ignoreIfNotExists(boolean ignore)
@Stability.Internal public DropQueryIndexOptions.Built build()
Copyright © 2021 Couchbase, Inc.. All rights reserved.