Statement SetFilters Method Aerospike
Set optional query index 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.

This method is obsolete. Use SetFilter(Filter) instead.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.3)
Syntax

Parameters

filters
Type:  Aerospike.Client Filter 
See Also