Skip to content

Commit

Permalink
add text in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jun 23, 2024
1 parent 026af19 commit c90e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/aerospike-object-mapping.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The MappingAerospikeConverter can use metadata to drive the mapping of objects t
In Spring Data Aerospike, documents come in two forms – non-versioned and versioned.
Documents with an `@Version` annotation have a version field populated by the corresponding record’s generation count.
Version can be passed to a constructor or not (in that case it stays equal to zero).
* `@Expiration` - applied at the field level to mark a property to be used as expiration field.
* `@Expiration` - applied at the field level to mark a property to be used as expiration field. The value must be effectively integer.
Expiration can be specified in two flavors: as an offset in seconds from the current time or
as an absolute Unix timestamp. Client system time must be synchronized with Aerospike server system time,
otherwise expiration behaviour will be unpredictable.
Expand Down

0 comments on commit c90e011

Please sign in to comment.