AerospikeClient Join Method (BatchPolicy, Key,  String ,  Join )Aerospike
Read specified bins in left record and then join with right records. Each join bin name (Join.leftKeysBinName) 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.13.0 (3.9.13)
Syntax

Parameters

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

Implements

IAerospikeClient Join(BatchPolicy, Key,  String ,  Join )
Exceptions

See Also