[This is preliminary documentation and is subject to change.]
Denotes entities that provide ULONG STABLE hash code for use in a distributed (large scale) system.
This is needed primarily for cluster/large datasets to properly compute 64bit sharding addresses and to differentiate
from GetHashCode() that returns 32 bits unstable hash for local object location in hashtables.
DO not confuse with object.GetHashCode() which is un-suitable for long-term persistence
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also