Read all bins in left record and then join with right records. Each join bin name
(Join.binNameKeys) 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: 4.1.5.0 (4.1.5)
Syntax
Parameters
- policy
- Type: Aerospike.Client BatchPolicy
generic configuration parameters, pass in null for defaults
- key
- Type: Aerospike.Client Key
unique main record identifier
- joins
- Type: Aerospike.Client Join
array of join definitions
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if main read or join reads fail |
See Also