confluent-kafka-dotnet
Show / Hide Table of Contents

Class ElectLeadersResult

Result information for all Partitions queried in an ElectLeaderRequest.

Inheritance
object
ElectLeadersResult
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 ElectLeadersResult

Properties

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.

Overrides
object.ToString()
In this article