Class NodeAndBucket
Inheritance
NodeAndBucket
Assembly: Couchbase.NetClient.dll
Syntax
public class NodeAndBucket : IEquatable<NodeAndBucket>
Constructors
|
Edit this page
View Source
NodeAndBucket(string, string?, string?, string?)
Declaration
public NodeAndBucket(string node, string? alternateNode = null, string? nodeUuid = null, string? bucket = null)
Parameters
Properties
|
Edit this page
View Source
AlternateNode
Declaration
public string? AlternateNode { get; }
Property Value
|
Edit this page
View Source
Bucket
Declaration
public string? Bucket { get; }
Property Value
|
Edit this page
View Source
Node
Declaration
public string Node { get; }
Property Value
|
Edit this page
View Source
NodeUuid
Declaration
public string? NodeUuid { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(NodeAndBucket?)
Declaration
public bool Equals(NodeAndBucket? 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 ==(NodeAndBucket, NodeAndBucket)
Declaration
public static bool operator ==(NodeAndBucket left, NodeAndBucket right)
Parameters
Returns
|
Edit this page
View Source
operator !=(NodeAndBucket, NodeAndBucket)
Declaration
public static bool operator !=(NodeAndBucket left, NodeAndBucket right)
Parameters
Returns
Implements