Class RoutingKey
Routing key using to determine the node for each partition
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class RoutingKey
Constructors
RoutingKey()
Declaration
public RoutingKey()
RoutingKey(byte[])
Declaration
public RoutingKey(byte[] rawKey)
Parameters
Type | Name | Description |
---|---|---|
byte[] | rawKey |
Fields
Empty
Declaration
public static RoutingKey Empty
Field Value
Type | Description |
---|---|
RoutingKey |
Properties
RawRoutingKey
Byte array representing the partition key (or one of the partition)
Declaration
public byte[] RawRoutingKey { get; set; }
Property Value
Type | Description |
---|---|
byte[] |