Class HostShardPair
Inherited Members
Namespace: Cassandra
Assembly: ScyllaDB.dll
Syntax
public class HostShardPair
Constructors
HostShardPair(Guid, int)
Declaration
public HostShardPair(Guid host, int shard)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | host | |
| int | shard |
Properties
HostID
Declaration
public Guid HostID { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Shard
Declaration
public int Shard { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |