| Package | Description |
|---|---|
| com.couchbase.client.java.manager.collection |
| Modifier and Type | Method and Description |
|---|---|
static DropScopeOptions |
DropScopeOptions.dropScopeOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionManager.dropScope(String scopeName,
DropScopeOptions options)
Drops a scope if it exists.
|
Mono<Void> |
ReactiveCollectionManager.dropScope(String scopeName,
DropScopeOptions options)
Drops a scope if it exists.
|
CompletableFuture<Void> |
AsyncCollectionManager.dropScope(String scopeName,
DropScopeOptions options)
Drops a scope if it exists.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.