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.9.16.1 (3.9.16.1)
Syntax
C#
public static PredExp MapKeyIterateAnd( string varName )
Parameters
- varName
- Type: SystemString
Return Value
Type: PredExpSee Also