public static interface DurationSinceLastAccess.Builder extends SdkPojo, CopyableBuilder<DurationSinceLastAccess.Builder,DurationSinceLastAccess>
| Modifier and Type | Method and Description |
|---|---|
DurationSinceLastAccess.Builder |
unit(String unit)
The unit of time used by the
Value parameter to determine if a file can be released, based on
when it was last accessed. |
DurationSinceLastAccess.Builder |
unit(Unit unit)
The unit of time used by the
Value parameter to determine if a file can be released, based on
when it was last accessed. |
DurationSinceLastAccess.Builder |
value(Long value)
An integer that represents the minimum amount of time (in days) since a file was last accessed in the file
system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDurationSinceLastAccess.Builder unit(String unit)
The unit of time used by the Value parameter to determine if a file can be released, based on
when it was last accessed. DAYS is the only supported value. This is a required parameter.
unit - The unit of time used by the Value parameter to determine if a file can be released,
based on when it was last accessed. DAYS is the only supported value. This is a required
parameter.Unit,
UnitDurationSinceLastAccess.Builder unit(Unit unit)
The unit of time used by the Value parameter to determine if a file can be released, based on
when it was last accessed. DAYS is the only supported value. This is a required parameter.
unit - The unit of time used by the Value parameter to determine if a file can be released,
based on when it was last accessed. DAYS is the only supported value. This is a required
parameter.Unit,
UnitDurationSinceLastAccess.Builder value(Long value)
An integer that represents the minimum amount of time (in days) since a file was last accessed in the file
system. Only exported files with a MAX(atime, ctime, mtime) timestamp that is more than this
amount of time in the past (relative to the task create time) will be released. The default of
Value is 0. This is a required parameter.
If an exported file meets the last accessed time criteria, its file or directory path must also be specified
in the Paths parameter of the operation in order for the file to be released.
value - An integer that represents the minimum amount of time (in days) since a file was last accessed in the
file system. Only exported files with a MAX(atime, ctime, mtime) timestamp that is more
than this amount of time in the past (relative to the task create time) will be released. The default
of Value is 0. This is a required parameter.
If an exported file meets the last accessed time criteria, its file or directory path must also be
specified in the Paths parameter of the operation in order for the file to be released.
Copyright © 2023. All rights reserved.