Click or drag to resize

IDataHasPartitionHash Method

Returns true if Data has partition hash, false otherwise.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
bool HasPartitionHash()

Return Value

Type: Boolean
true if Data has partition hash, false otherwise.
See Also