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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.8)
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 valueExceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if digest computation fails |
See Also