Click or drag to resize
BatchStatementSetRoutingValues 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.4.0
Syntax
C#
public BatchStatement SetRoutingValues(
	params Object[] keys
)

Parameters

keys
Type: SystemObject

Return Value

Type: BatchStatement
See Also