atime property
A file metadata value that shows the last time a file was accessed (that is,
when the file was read or written to). If you set Atime
to
BEST_EFFORT, DataSync attempts to preserve the original Atime
attribute on all source files (that is, the version before the PREPARING
phase). However, Atime
's behavior is not fully standard across
platforms, so AWS DataSync can only do this on a best-effort basis.
Default value: BEST_EFFORT.
BEST_EFFORT: Attempt to preserve the per-file Atime
value
(recommended).
NONE: Ignore Atime
.
If Atime
is set to NONE, Mtime
must also be NONE.
Implementation
final Atime? atime;