confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeConsumerGroupsReport

Represents the result of a describe consumer group operation, where one or more of the results has an error.

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

Properties

ConsumerGroupDescriptions

List of consumer group descriptions.

Declaration
public List<ConsumerGroupDescription> ConsumerGroupDescriptions { get; set; }
Property Value
Type Description
List<ConsumerGroupDescription>

Methods

ToString()

Returns a human readable representation of this object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article