/AWS1/CL_SPCLISTDATALAKEDSSRSP¶
The response parameters of ListDataLakeDatasets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_datasets TYPE /AWS1/CL_SPCDATALAKEDATASET=>TT_DATALAKEDATASETLIST TT_DATALAKEDATASETLIST¶
The list of fetched dataset details.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SPCDATALAKEDSNEXTTOKEN /AWS1/SPCDATALAKEDSNEXTTOKEN¶
The pagination token to fetch next page of datasets.
Queryable Attributes¶
datasets¶
The list of fetched dataset details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETS() |
Getter for DATASETS, with configurable default |
ASK_DATASETS() |
Getter for DATASETS w/ exceptions if field has no value |
HAS_DATASETS() |
Determine if DATASETS has a value |
nextToken¶
The pagination token to fetch next page of datasets.
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 |