Class HostShard
Assembly: ScyllaDB.dll
Syntax
Constructors
HostShard(Host, int)
Declaration
public HostShard(Host host, int shard)
Parameters
| Type |
Name |
Description |
| Host |
host |
|
| int |
shard |
|
Properties
Host
Declaration
public Host Host { get; }
Property Value
Shard
Declaration
public int Shard { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides