Key Constructor (String,  Byte , String, Value)Aerospike
Initialize key from namespace, digest, optional set name and optional userKey.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.8)
Syntax

Parameters

ns
Type: OnlineSystem String
namespace
digest
Type:  OnlineSystem Byte 
unique server hash value
setName
Type: OnlineSystem String
optional set name, enter null when set does not exist
userKey
Type: Aerospike.Client Value
optional original user key (not hash digest)
See Also