Uses of Class
com.couchbase.client.java.manager.collection.DropScopeOptions
-
Uses of DropScopeOptions in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic DropScopeOptions
DropScopeOptions.dropScopeOptions()
Creates a new instance with default values.Modifier 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.