/AWS1/CL_FNSLISTKXDATAVIEWSRSP¶
ListKxDataviewsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_kxdataviews TYPE /AWS1/CL_FNSKXDATAVIEWLISTENTR=>TT_KXDATAVIEWS TT_KXDATAVIEWS¶
The list of kdb dataviews that are currently active for the given database.
iv_nexttoken TYPE /AWS1/FNSPAGINATIONTOKEN /AWS1/FNSPAGINATIONTOKEN¶
A token that indicates where a results page should begin.
Queryable Attributes¶
kxDataviews¶
The list of kdb dataviews that are currently active for the given database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KXDATAVIEWS() |
Getter for KXDATAVIEWS, with configurable default |
ASK_KXDATAVIEWS() |
Getter for KXDATAVIEWS w/ exceptions if field has no value |
HAS_KXDATAVIEWS() |
Determine if KXDATAVIEWS has a value |
nextToken¶
A token that indicates where a results page should begin.
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 |