Click or drag to resize

IPartitioningStrategyGetPartitionKey Method

Returns the key object that will be used by Hazelcast to specify the partition.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
Object GetPartitionKey(
	Object key
)

Parameters

key
Type: SystemObject
actual key object

Return Value

Type: Object
partition key object or null to fallback to default partition calculation
Remarks
Returns the key object that will be used by Hazelcast to specify the partition.
See Also