LargeList FindThenFilter Method Aerospike
Select values from list and apply specified Lua filter.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.5)
Syntax

Parameters

value
Type: Aerospike.Client Value
value to select
filterModule
Type: OnlineSystem String
Lua module name which contains filter function
filterName
Type: OnlineSystem String
Lua function name which applies filter to returned list
filterArgs
Type:  Aerospike.Client Value 
arguments to Lua function name
See Also