AerospikeClient Join Method (BatchPolicy, Key,  Join )Aerospike
Read all bins in left record and then join with right records. Each join bin name (Join.binNameKeys) must exist in the left record. The join bin must contain a list of keys. Those key are used to retrieve other records using a separate batch get.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.7.0 (3.9.7)
Syntax

Parameters

policy
Type: Aerospike.Client BatchPolicy
generic configuration parameters, pass in null for defaults
key
Type: Aerospike.Client Key
unique main record identifier
joins
Type:  Aerospike.Client Join 
array of join definitions
Exceptions

See Also