/AWS1/CL_LKFADDOBJECTINPUT¶
A new object to add to the governed table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uri TYPE /AWS1/LKFURI /AWS1/LKFURI¶
The Amazon S3 location of the object.
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.
iv_size TYPE /AWS1/LKFOBJECTSIZE /AWS1/LKFOBJECTSIZE¶
The size of the Amazon S3 object in bytes.
Optional arguments:¶
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 table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
Queryable Attributes¶
Uri¶
The Amazon S3 location of the object.
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 | 
Size¶
The size of the Amazon S3 object in bytes.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_SIZE() | 
Getter for SIZE | 
PartitionValues¶
A list of partition values for the object. A value must be specified for each partition key associated with the table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
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 |