BatchReadPolicy.filterExp Field
Optional expression filter. If filterExp exists and evaluates to false, the specific batch key
request is not performed and
resultCode is set to
FILTERED_OUT.
If exists, this filter overrides the batch parent filter
for the specific key in batch commands that allow a different policy per key.
Otherwise, this filter is ignored.
Default: null
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public Expression filterExp
Field Value
Expression