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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.8.0.0 (3.8.0)
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
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if main read or join reads fail |
See Also