Join Constructor (String, String, String,  String )Aerospike
Create join definition to read specified joined bins.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.14.0 (3.9.14)
Syntax

Parameters

leftKeysBinName
Type: System String
bin name of key list located in main record
rightNamespace
Type: System String
namespace of joined record(s)
rightSetName
Type: System String
set name of joined record(s)
rightBinNames
Type:  System String 
bin names to retrieved in joined record(s)
See Also