LargeList FindLast Method (Int32, String, String,  Value )Aerospike
Select values from the end of list up to a maximum count after applying Lua filter. Supported by server versions >= 3.5.8.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.1)
Syntax

Parameters

count
Type: OnlineSystem Int32
maximum number of values to return after applying Lua filter
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