/AWS1/CL_KFKDESCRTOPICPARTSRSP¶
DescribeTopicPartitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_partitions TYPE /AWS1/CL_KFKTOPICPARTITIONINFO=>TT___LISTOFTOPICPARTITIONINFO TT___LISTOFTOPICPARTITIONINFO¶
The list of partition information for the topic.
iv_nexttoken TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The paginated results marker. When the result of a DescribeTopicPartitions operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
Queryable Attributes¶
Partitions¶
The list of partition information for the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONS() |
Getter for PARTITIONS, with configurable default |
ASK_PARTITIONS() |
Getter for PARTITIONS w/ exceptions if field has no value |
HAS_PARTITIONS() |
Determine if PARTITIONS has a value |
NextToken¶
The paginated results marker. When the result of a DescribeTopicPartitions operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
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 |