Interface IBucketBuilder
Applies additional configuration to a bucket for dependency injection.
Namespace: Couchbase.Extensions.DependencyInjection
Assembly: Couchbase.Extensions.DependencyInjection.dll
Syntax
public interface IBucketBuilder
Methods
| Improve this Doc View SourceAddScope(String)
Begin building a scope with one or more collections.
Declaration
IScopeBuilder AddScope(string scopeName)
Parameters
Type | Name | Description |
---|---|---|
String | scopeName | Name of the scope. |
Returns
Type | Description |
---|---|
IScopeBuilder | The IScopeBuilder for building the scope. |