Join(String, String, String, String[]) Constructor
Create join definition to read specified joined bins.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public Join(
string leftKeysBinName,
string rightNamespace,
string rightSetName,
params string[] rightBinNames
)
Parameters
- leftKeysBinName String
- bin name of key list located in main record
- rightNamespace String
- namespace of joined record(s)
- rightSetName String
- set name of joined record(s)
- rightBinNames String[]
- bin names to retrieved in joined record(s)