Annotation Interface Expiration
Demarcates a property to be used as expiration field. Expiration can be specified in two flavors: as an offset in
seconds from the current time or as an absolute Unix time stamp.
Client system time must be synchronized with aerospike server system time, otherwise expiration behaviour will be unpredictable.
Client system time must be synchronized with aerospike server system time, otherwise expiration behaviour will be unpredictable.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanAn optional flag indicating whether the expiration is specified as Unix time.
-
Element Details
-
unixTime
boolean unixTimeAn optional flag indicating whether the expiration is specified as Unix time. By default, an offset in seconds from the current time is used.- Default:
false
-