Click or drag to resize
SimpleStatementSetRoutingValues Method
Sets the partition key values in order to route the query to the correct replicas.

For simple partition keys, set the partition key value.

For composite partition keys, set the multiple the partition key values in correct order.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public SimpleStatement SetRoutingValues(
	params Object[] keys
)

Parameters

keys
Type: SystemObject

Return Value

Type: SimpleStatement
See Also