/AWS1/CL_S3FGETSYNCCONFRSP¶
GetSynchronizationConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_importdatarules TYPE /AWS1/CL_S3FIMPORTDATARULE=>TT_IMPORTDATARULELIST TT_IMPORTDATARULELIST¶
An array of import data rules that control how data is imported from S3 into the file system.
it_expirationdatarules TYPE /AWS1/CL_S3FEXPIRATIONDATARULE=>TT_EXPIRATIONDATARULELIST TT_EXPIRATIONDATARULELIST¶
An array of expiration data rules that control when cached data expires from the file system.
Optional arguments:¶
iv_latestversionnumber TYPE /AWS1/S3FINTEGER /AWS1/S3FINTEGER¶
The version number of the synchronization configuration. Use this value with
PutSynchronizationConfigurationto ensure optimistic concurrency control.
Queryable Attributes¶
latestVersionNumber¶
The version number of the synchronization configuration. Use this value with
PutSynchronizationConfigurationto ensure optimistic concurrency control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSIONNUMBER() |
Getter for LATESTVERSIONNUMBER, with configurable default |
ASK_LATESTVERSIONNUMBER() |
Getter for LATESTVERSIONNUMBER w/ exceptions if field has no |
HAS_LATESTVERSIONNUMBER() |
Determine if LATESTVERSIONNUMBER has a value |
importDataRules¶
An array of import data rules that control how data is imported from S3 into the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTDATARULES() |
Getter for IMPORTDATARULES, with configurable default |
ASK_IMPORTDATARULES() |
Getter for IMPORTDATARULES w/ exceptions if field has no val |
HAS_IMPORTDATARULES() |
Determine if IMPORTDATARULES has a value |
expirationDataRules¶
An array of expiration data rules that control when cached data expires from the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONDATARULES() |
Getter for EXPIRATIONDATARULES, with configurable default |
ASK_EXPIRATIONDATARULES() |
Getter for EXPIRATIONDATARULES w/ exceptions if field has no |
HAS_EXPIRATIONDATARULES() |
Determine if EXPIRATIONDATARULES has a value |