Optional expression filter. If filterExp exists and evaluates to false, the
transaction is ignored.
Namespace: Aerospike.ClientpredExp and filterExp are mutually exclusive. If both are defined, predExp will be ignored.
Default: null
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax
Examples
Policy p = new Policy(); p.filterExp = Exp.build(Exp.EQ(Exp.IntBin("a"), Exp.Val(11)));
See Also