PredExp RecLastUpdate Method Aerospike
Create record last update time predicate expressed in nanoseconds since 1970-01-01 epoch as 64 bit integer. Example:
            // Record last update time >= 2017-01-15
            PredExp.RecLastUpdate()
            PredExp.IntegerValue(new DateTime(2017, 1, 15))
            PredExp.IntegerGreaterEq()
            

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.5.0 (3.9.5)
Syntax

See Also