/AWS1/CL_LKFDELETEOBJECTINPUT¶
An object to delete from the governed table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uri TYPE /AWS1/LKFURI /AWS1/LKFURI¶
The Amazon S3 location of the object to delete.
Optional arguments:¶
iv_etag TYPE /AWS1/LKFETAGSTRING /AWS1/LKFETAGSTRING¶
The Amazon S3 ETag of the object. Returned by
GetTableObjectsfor validation and used to identify changes to the underlying data.
it_partitionvalues TYPE /AWS1/CL_LKFPARTITIONVALSLST_W=>TT_PARTITIONVALUESLIST TT_PARTITIONVALUESLIST¶
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
Queryable Attributes¶
Uri¶
The Amazon S3 location of the object to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
ETag¶
The Amazon S3 ETag of the object. Returned by
GetTableObjectsfor validation and used to identify changes to the underlying data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |
PartitionValues¶
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONVALUES() |
Getter for PARTITIONVALUES, with configurable default |
ASK_PARTITIONVALUES() |
Getter for PARTITIONVALUES w/ exceptions if field has no val |
HAS_PARTITIONVALUES() |
Determine if PARTITIONVALUES has a value |