Class ScopeSpec
Assembly: Couchbase.NetClient.dll
Syntax
public class ScopeSpec : IEquatable<ScopeSpec>
Constructors
|
Edit this page
View Source
ScopeSpec(string)
Declaration
public ScopeSpec(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Collections
Declaration
public IEnumerable<CollectionSpec> Collections { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(ScopeSpec)
Declaration
public bool Equals(ScopeSpec other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(ScopeSpec, ScopeSpec)
Declaration
public static bool operator ==(ScopeSpec left, ScopeSpec right)
Parameters
Returns
|
Edit this page
View Source
operator !=(ScopeSpec, ScopeSpec)
Declaration
public static bool operator !=(ScopeSpec left, ScopeSpec right)
Parameters
Returns
Implements