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.
Namespace: Aerospike.ClientThis method is obsolete. Use SetFilter(Filter) instead.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.0.0 (3.6.1)
Syntax
Parameters
- filters
- Type: Aerospike.Client Filter
See Also