Class ElectLeadersResult
Result information for all Partitions queried in an ElectLeaderRequest.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ElectLeadersResultProperties
TopicPartitions
Individual partition results.
Declaration
public List<TopicPartitionError> TopicPartitions { get; set; }Property Value
| Type | Description |
|---|---|
| List<TopicPartitionError> |
Methods
ToString()
A Json representation of the object.
Declaration
public override string ToString()Returns
| Type | Description |
|---|---|
| string | A Json representation of the object. |