Uses of Class
com.couchbase.client.java.manager.collection.CreateScopeOptions
-
Packages that use CreateScopeOptions Package Description com.couchbase.client.java.manager.collection -
-
Uses of CreateScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return CreateScopeOptions Modifier and Type Method Description static CreateScopeOptionsCreateScopeOptions. createScopeOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type CreateScopeOptions Modifier and Type Method Description CompletableFuture<Void>AsyncCollectionManager. createScope(String scopeName, CreateScopeOptions options)Creates a scope if it does not already exist with custom options.voidCollectionManager. createScope(String scopeName, CreateScopeOptions options)Creates a scope if it does not already exist with custom options.Mono<Void>ReactiveCollectionManager. createScope(String scopeName, CreateScopeOptions options)Creates a scope if it does not already exist with custom options.
-