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