Create "less than" operation.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax
Examples
// a < 1000 Exp.LT(Exp.IntBin("a"), Exp.Val(1000))
See Also
Exp LT Method | Aerospike |
// a < 1000 Exp.LT(Exp.IntBin("a"), Exp.Val(1000))