Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class NodeAndBucket

Inheritance
object
NodeAndBucket
Implements
IEquatable<NodeAndBucket>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Couchbase.Core.Diagnostics.Metrics.AppTelemetry
Assembly: Couchbase.NetClient.dll
Syntax
public class NodeAndBucket : IEquatable<NodeAndBucket>

Constructors

View Source

NodeAndBucket(string, string?, string?, string?)

Declaration
public NodeAndBucket(string node, string? alternateNode = null, string? nodeUuid = null, string? bucket = null)
Parameters
Type Name Description
string node
string alternateNode
string nodeUuid
string bucket

Properties

View Source

AlternateNode

Declaration
public string? AlternateNode { get; }
Property Value
Type Description
string
View Source

Bucket

Declaration
public string? Bucket { get; }
Property Value
Type Description
string
View Source

Node

Declaration
public string Node { get; }
Property Value
Type Description
string
View Source

NodeUuid

Declaration
public string? NodeUuid { get; }
Property Value
Type Description
string

Methods

View Source

Equals(NodeAndBucket?)

Declaration
public bool Equals(NodeAndBucket? other)
Parameters
Type Name Description
NodeAndBucket other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Operators

View Source

operator ==(NodeAndBucket, NodeAndBucket)

Declaration
public static bool operator ==(NodeAndBucket left, NodeAndBucket right)
Parameters
Type Name Description
NodeAndBucket left
NodeAndBucket right
Returns
Type Description
bool
View Source

operator !=(NodeAndBucket, NodeAndBucket)

Declaration
public static bool operator !=(NodeAndBucket left, NodeAndBucket right)
Parameters
Type Name Description
NodeAndBucket left
NodeAndBucket right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.