/AWS1/CL_S3FEXPIRATIONDATARULE¶
Specifies a rule that controls when cached data expires from the file system based on last access time.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_daysafterlastaccess TYPE /AWS1/S3FINTEGER /AWS1/S3FINTEGER¶
The number of days after last access before cached data expires from the file system.
Queryable Attributes¶
daysAfterLastAccess¶
The number of days after last access before cached data expires from the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAYSAFTERLASTACCESS() |
Getter for DAYSAFTERLASTACCESS, with configurable default |
ASK_DAYSAFTERLASTACCESS() |
Getter for DAYSAFTERLASTACCESS w/ exceptions if field has no |
HAS_DAYSAFTERLASTACCESS() |
Determine if DAYSAFTERLASTACCESS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPIRATIONDATARULELIST¶
TYPES TT_EXPIRATIONDATARULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3FEXPIRATIONDATARULE WITH DEFAULT KEY
.