partition property

String? partition
getter/setter pair

The partition for which to update the cursor.

Partitions are zero indexed, so partition must be in the range [0, topic.num_partitions).

Implementation

core.String? partition;