Statement.Filter Property

Optional query filter. This filter is applied to the secondary index on query. Query index filters must reference a bin which has a secondary index defined.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public Filter Filter { get; set; }

Property Value

Filter

See Also