LargeStack Filter Method Aerospike
Select items from top of stack.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.3.0.0 (3.3.1)
Syntax

Parameters

peekCount
Type: OnlineSystem Int32
number of items 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