ExpTTL Method
Create expression that returns record expiration time (time to live) in integer seconds.
This expression usually evaluates quickly because record meta data is cached in memory.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
Return Value
Exp // Record expires in less than 1 hour
Exp.LT(Exp.TTL(), Exp.Val(60 * 60))