| 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.9.3
Syntax Object GetPartitionKey(
Object key
)
Function GetPartitionKey (
key As Object
) As Object
Object^ GetPartitionKey(
Object^ key
)
abstract GetPartitionKey :
key : Object -> Object
Parameters
- key
- Type: SystemObject
actual key object
Return Value
Type:
Objectpartition 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