ExistsArrayListener OnSuccess Method Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax

Parameters

keys
Type:  Aerospike.Client Key 
unique record identifiers
exists
Type:  System Boolean 
whether keys exists on server
See Also