Class ScopeSpec
Inherited Members
Namespace: Couchbase.Management.Collections
Assembly: Couchbase.NetClient.dll
Syntax
public class ScopeSpec
Constructors
| Edit this page View SourceScopeSpec(string)
Declaration
public ScopeSpec(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourceCollections
Declaration
public IEnumerable<CollectionSpec> Collections { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<CollectionSpec> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |