Create map predicate where expression matches for any map value.
Namespace: Aerospike.Client// Find records where any map value v > 100 in map bin m. PredExp.IntegerVar("v") PredExp.IntegerValue(100) PredExp.IntegerGreater() PredExp.MapBin("m") PredExp.MapValIterateOr("v")
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.4.0 (4.1.4)
Syntax
Parameters
- varName
- Type: System String
See Also