Key ComputeDigest Method Aerospike
Generate unique server hash value from set name, key type and user defined key. The hash function is RIPEMD-160 (a 160 bit hash).

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax

Parameters

setName
Type: System String
optional set name, enter null when set does not exist
key
Type: Aerospike.Client Value
record identifier, unique within set

Return Value

unique server hash value
Exceptions

See Also