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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SimpleStatement SetRoutingValues(
	params Object[] keys
)

Parameters

keys
Type: SystemObject

Return Value

Type: SimpleStatement
See Also