Click or drag to resize

PartitionPredicateGetPartitionKey Method

Returns the partition key that determines the partition the target Predicate is going to execute on

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public Object GetPartitionKey()

Return Value

Type: Object
the partition key
See Also