public class DropPrimaryQueryIndexOptions extends CommonOptions<DropPrimaryQueryIndexOptions>
| Modifier and Type | Class and Description |
|---|---|
class |
DropPrimaryQueryIndexOptions.Built |
CommonOptions.BuiltCommonOptions| Modifier and Type | Method and 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.
|
clientContext, parentSpan, retryStrategy, self, timeoutpublic static DropPrimaryQueryIndexOptions dropPrimaryQueryIndexOptions()
public DropPrimaryQueryIndexOptions ignoreIfNotExists(boolean ignore)
@Stability.Internal public DropPrimaryQueryIndexOptions.Built build()
Copyright © 2020 Couchbase, Inc.. All rights reserved.