Class ScopeSpec
Inheritance
System.Object
ScopeSpec
Assembly: Couchbase.NetClient.dll
Syntax
public class ScopeSpec : object
Constructors
|
Improve this Doc
View Source
ScopeSpec(String)
Declaration
public ScopeSpec(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
|
Improve this Doc
View Source
Collections
Declaration
public IEnumerable<CollectionSpec> Collections { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|