Class VBucketServerMapDto
Inheritance
VBucketServerMapDto
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
|
Edit this page
View Source
NumReplicas
Declaration
[JsonPropertyName("numReplicas")]
public int NumReplicas { get; set; }
Property Value
|
Edit this page
View Source
ServerList
Declaration
[JsonPropertyName("serverList")]
public string[] ServerList { get; set; }
Property Value
|
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
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
Implements