Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
Modifier and Type | Method and Description |
---|---|
static CreateScopeOptions |
CreateScopeOptions.createScopeOptions() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionManager.createScope(String scopeName,
CreateScopeOptions options)
Creates a scope if it does not already exist.
|
Mono<Void> |
ReactiveCollectionManager.createScope(String scopeName,
CreateScopeOptions options)
Creates a scope if it does not already exist.
|
CompletableFuture<Void> |
AsyncCollectionManager.createScope(String scopeName,
CreateScopeOptions options)
Creates a scope if it does not already exist.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.