This method is called when an asynchronous batch exists command completes successfully.
The returned boolean array is in positional order with the original key array order.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.11.0 (3.9.11)
Syntax
Parameters
- keys
- Type: Aerospike.Client Key
unique record identifiers
- exists
- Type: System Boolean
whether keys exists on server
See Also