Class ElectLeadersReport
Represents the result of an elect leaders request (including error status).
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ElectLeadersReport
Properties
TopicPartitions
Individual partition results. At least one of these will be in error.
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. |