Class DropCollectionOptions
java.lang.Object
com.couchbase.client.java.CommonOptions<DropCollectionOptions>
com.couchbase.client.java.manager.collection.DropCollectionOptions
Allows to customize the behavior of the drop collection operation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static DropCollectionOptions
Creates a new instance with default values.Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
Method Details
-
dropCollectionOptions
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
build
-