/AWS1/CL_LKFGETTABLEOBJECTSRSP¶
GetTableObjectsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_objects TYPE /AWS1/CL_LKFPARTITIONOBJECTS=>TT_PARTITIONEDTABLEOBJECTSLIST TT_PARTITIONEDTABLEOBJECTSLIST¶
A list of objects organized by partition keys.
iv_nexttoken TYPE /AWS1/LKFTOKENSTRING /AWS1/LKFTOKENSTRING¶
A continuation token indicating whether additional data is available.
Queryable Attributes¶
Objects¶
A list of objects organized by partition keys.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTS() |
Getter for OBJECTS, with configurable default |
ASK_OBJECTS() |
Getter for OBJECTS w/ exceptions if field has no value |
HAS_OBJECTS() |
Determine if OBJECTS has a value |
NextToken¶
A continuation token indicating whether additional data is available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |