Create record expiration time predicate expressed in nanoseconds since 1970-01-01 epoch as 64 bit integer.
Example:
Namespace: Aerospike.Client
// Record expires on 2020-01-01
PredExp.RecVoidTime()
PredExp.IntegerValue(new DateTime(2020, 0, 1))
PredExp.IntegerGreaterEq()
PredExp.RecVoidTime()
PredExp.IntegerValue(new DateTime(2020, 0, 2))
PredExp.IntegerLess()
PredExp.And(2)
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.5)
Syntax
See Also