confluent-kafka-dotnet
Show / Hide Table of Contents

Class ElectLeadersReport

Represents the result of an elect leaders request (including error status).

Inheritance
object
ElectLeadersReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Overrides
object.ToString()
In this article