Create map key predicate where expression matches for all map keys.
Example:
Namespace: Aerospike.Client
// Find records where all map keys k < 5 in map bin m.
PredExp.IntegerVar("k")
PredExp.IntegerValue(5)
PredExp.IntegerLess()
PredExp.MapBin("m")
PredExp.MapKeyIterateAnd("k")
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.5)
Syntax
Parameters
- varName
- Type:
System String
See Also