/AWS1/CL_LKFTABLEOBJECT¶
Specifies the details of a governed table.
CONSTRUCTOR¶
IMPORTING¶
Optional 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.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TABLEOBJECTLIST¶
TYPES TT_TABLEOBJECTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LKFTABLEOBJECT WITH DEFAULT KEY
.