PredExp MapKeyIterateAnd Method Aerospike
Create map key predicate where expression matches for all map keys. Example:
            // 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")
            

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.0)
Syntax

See Also