Create join definition to read specified joined bins.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.5)
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