Exp GT Method Aerospike
Create "greater than" operation.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax

Examples

// a > 8
Exp.GT(Exp.IntBin("a"), Exp.Val(8))
See Also