Exp TTL Method Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.0.0 (4.0.0)
Syntax

Examples

// Record expires in less than 1 hour
Exp.LT(Exp.TTL(), Exp.Val(60 * 60))
See Also