Class TabletInfo
Inherited Members
Namespace: Cassandra.Connections
Assembly: ScyllaDB.dll
Syntax
public class TabletInfo
Fields
TABLETS_ROUTING_V1_CUSTOM_PAYLOAD_KEY
Declaration
public const string TABLETS_ROUTING_V1_CUSTOM_PAYLOAD_KEY = "tablets-routing-v1"
Field Value
| Type | Description |
|---|---|
| string |
Methods
IsEnabled()
Declaration
public bool IsEnabled()
Returns
| Type | Description |
|---|---|
| bool |
ParseTabletInfo(IDictionary<string, string[]>)
Declaration
public static TabletInfo ParseTabletInfo(IDictionary<string, string[]> supported)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, string[]> | supported |
Returns
| Type | Description |
|---|---|
| TabletInfo |