Uses of Class
com.couchbase.client.java.manager.collection.DropScopeOptions
Packages that use DropScopeOptions
-
Uses of DropScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return DropScopeOptionsModifier and TypeMethodDescriptionstatic DropScopeOptions
DropScopeOptions.dropScopeOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type DropScopeOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.dropScope
(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.void
CollectionManager.dropScope
(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.ReactiveCollectionManager.dropScope
(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.