public class DropDataverseAnalyticsOptions extends CommonOptions<DropDataverseAnalyticsOptions>
Modifier and Type | Class and Description |
---|---|
class |
DropDataverseAnalyticsOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
DropDataverseAnalyticsOptions.Built |
build() |
static DropDataverseAnalyticsOptions |
dropDataverseAnalyticsOptions()
Creates a new instance with default values.
|
DropDataverseAnalyticsOptions |
ignoreIfNotExists(boolean ignore)
Customizes if a non-existing dataverse should throw an exception or not (false by default, so it will throw).
|
clientContext, parentSpan, retryStrategy, self, timeout
public static DropDataverseAnalyticsOptions dropDataverseAnalyticsOptions()
public DropDataverseAnalyticsOptions ignoreIfNotExists(boolean ignore)
ignore
- true if no exception should be raised if the dataverse does not exist.@Stability.Internal public DropDataverseAnalyticsOptions.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.