Statement SetFilters Method Aerospike
Set optional query filters. Currently, only one filter is allowed by the server on a secondary index lookup. If multiple filters are necessary, see QueryFilter example for a workaround. QueryFilter demonstrates how to add additional filters in an user-defined aggregation function.

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

Parameters

filters
Type:  Aerospike.Client Filter 
See Also