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