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.9.8.0 (3.9.8)
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