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: 4.0.2.0 (4.0.2)
Syntax
Parameters
- keys
- Type: Aerospike.Client Key
unique record identifiers
- exists
- Type: System Boolean
whether keys exists on server
See Also