Class DropDataverseAnalyticsOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<DropDataverseAnalyticsOptions>
com.couchbase.client.java.manager.analytics.DropDataverseAnalyticsOptions
Allows customizing how an analytics dataverse is dropped.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a new instance with default values.ignoreIfNotExists
(boolean ignore) Customizes if a non-existing dataverse should throw an exception or not (false by default, so it will throw).Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
dropDataverseAnalyticsOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
ignoreIfNotExists
Customizes if a non-existing dataverse should throw an exception or not (false by default, so it will throw).- Parameters:
ignore
- true if no exception should be raised if the dataverse does not exist.- Returns:
- this options class for chaining purposes.
-
build
-