/AWS1/CL_S3TTBLRECEXPIRJOBMET¶
Provides metrics for the record expiration job that most recently ran for a table. The metrics provide insight into the amount of data that was removed when the job ran.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_deleteddatafiles TYPE /AWS1/S3TLONG /AWS1/S3TLONG¶
The total number of data files that were removed when the job ran.
iv_deletedrecords TYPE /AWS1/S3TLONG /AWS1/S3TLONG¶
The total number of records that were removed when the job ran.
iv_removedfilessize TYPE /AWS1/S3TLONG /AWS1/S3TLONG¶
The total size (in bytes) of the data files that were removed when the job ran.
Queryable Attributes¶
deletedDataFiles¶
The total number of data files that were removed when the job ran.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEDDATAFILES() |
Getter for DELETEDDATAFILES, with configurable default |
ASK_DELETEDDATAFILES() |
Getter for DELETEDDATAFILES w/ exceptions if field has no va |
HAS_DELETEDDATAFILES() |
Determine if DELETEDDATAFILES has a value |
deletedRecords¶
The total number of records that were removed when the job ran.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEDRECORDS() |
Getter for DELETEDRECORDS, with configurable default |
ASK_DELETEDRECORDS() |
Getter for DELETEDRECORDS w/ exceptions if field has no valu |
HAS_DELETEDRECORDS() |
Determine if DELETEDRECORDS has a value |
removedFilesSize¶
The total size (in bytes) of the data files that were removed when the job ran.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOVEDFILESSIZE() |
Getter for REMOVEDFILESSIZE, with configurable default |
ASK_REMOVEDFILESSIZE() |
Getter for REMOVEDFILESSIZE w/ exceptions if field has no va |
HAS_REMOVEDFILESSIZE() |
Determine if REMOVEDFILESSIZE has a value |