Create map predicate where expression matches for any map key.
Example:
Namespace: Aerospike.Client
// Find records where any map key k = 7 in map bin m.
PredExp.IntegerVar("k")
PredExp.IntegerValue(7)
PredExp.IntegerEqual()
PredExp.MapBin("m")
PredExp.MapKeyIterateOr("k")
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.5)
Syntax
Parameters
- varName
- Type:
System String
See Also