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