Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class VBucketServerMapDto

    Inheritance
    object
    VBucketServerMapDto
    Implements
    IEquatable<VBucketServerMapDto>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Sharding
    Assembly: Couchbase.NetClient.dll
    Syntax
    public sealed class VBucketServerMapDto : IEquatable<VBucketServerMapDto>

    Constructors

    | Edit this page View Source

    VBucketServerMapDto()

    Declaration
    public VBucketServerMapDto()

    Properties

    | Edit this page View Source

    HashAlgorithm

    Declaration
    [JsonPropertyName("hashAlgorithm")]
    public string HashAlgorithm { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NumReplicas

    Declaration
    [JsonPropertyName("numReplicas")]
    public int NumReplicas { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ServerList

    Declaration
    [JsonPropertyName("serverList")]
    public string[] ServerList { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    VBucketMap

    Declaration
    [JsonPropertyName("vBucketMap")]
    [JsonConverter(typeof(VBucketMapJsonConverter))]
    public short[][] VBucketMap { get; set; }
    Property Value
    Type Description
    short[][]
    | Edit this page View Source

    VBucketMapForward

    Declaration
    [JsonPropertyName("vBucketMapForward")]
    [JsonConverter(typeof(VBucketMapJsonConverter))]
    public short[][] VBucketMapForward { get; set; }
    Property Value
    Type Description
    short[][]

    Methods

    | Edit this page View Source

    Equals(VBucketServerMapDto?)

    Declaration
    public bool Equals(VBucketServerMapDto? other)
    Parameters
    Type Name Description
    VBucketServerMapDto 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()

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.