/AWS1/CL_GLUICEBERGORPHANFIL00¶
The configuration for an Iceberg orphan file deletion optimizer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_orphanfileretperiodindays TYPE /AWS1/GLUNULLABLEINTEGER /AWS1/GLUNULLABLEINTEGER¶
The number of days that orphan files should be retained before file deletion. If an input is not provided, the default value 3 will be used.
iv_location TYPE /AWS1/GLUMESSAGESTRING /AWS1/GLUMESSAGESTRING¶
Specifies a directory in which to look for files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.
iv_runrateinhours TYPE /AWS1/GLUNULLABLEINTEGER /AWS1/GLUNULLABLEINTEGER¶
The interval in hours between orphan file deletion job runs. This parameter controls how frequently the orphan file deletion optimizer will run to clean up orphan files. The value must be between 3 and 168 hours (7 days). If an input is not provided, the default value 24 will be used.
Queryable Attributes¶
orphanFileRetentionPeriodInDays¶
The number of days that orphan files should be retained before file deletion. If an input is not provided, the default value 3 will be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORPHANFILERETPERINDAYS() |
Getter for ORPHANFILERETPERIODINDAYS, with configurable defa |
ASK_ORPHANFILERETPERINDAYS() |
Getter for ORPHANFILERETPERIODINDAYS w/ exceptions if field |
HAS_ORPHANFILERETPERINDAYS() |
Determine if ORPHANFILERETPERIODINDAYS has a value |
location¶
Specifies a directory in which to look for files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
runRateInHours¶
The interval in hours between orphan file deletion job runs. This parameter controls how frequently the orphan file deletion optimizer will run to clean up orphan files. The value must be between 3 and 168 hours (7 days). If an input is not provided, the default value 24 will be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNRATEINHOURS() |
Getter for RUNRATEINHOURS, with configurable default |
ASK_RUNRATEINHOURS() |
Getter for RUNRATEINHOURS w/ exceptions if field has no valu |
HAS_RUNRATEINHOURS() |
Determine if RUNRATEINHOURS has a value |