Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class NodeAndBucket

    Inheritance
    object
    NodeAndBucket
    Implements
    IEquatable<NodeAndBucket>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Diagnostics.Metrics.AppTelemetry
    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
    Type Name Description
    string node
    string alternateNode
    string nodeUuid
    string bucket

    Properties

    | Edit this page View Source

    AlternateNode

    Declaration
    public string? AlternateNode { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Bucket

    Declaration
    public string? Bucket { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Node

    Declaration
    public string Node { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NodeUuid

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

    Methods

    | Edit this page View Source

    Equals(NodeAndBucket?)

    Declaration
    public bool Equals(NodeAndBucket? other)
    Parameters
    Type Name Description
    NodeAndBucket other
    Returns
    Type Description
    bool
    | Edit this page 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)
    | Edit this page View Source

    GetHashCode()

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

    Operators

    | Edit this page 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
    | Edit this page 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>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.