This method is called when an asynchronous batch get command completes successfully.
The returned record array is in positional order with the original key array order.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.2)
Syntax
Parameters
- keys
- Type: Aerospike.Client Key
unique record identifiers
- records
- Type: Aerospike.Client Record
record instances, an instance will be null if the key is not found
See Also