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
System.Object
DescribeConsumerGroupsReport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.dll
Syntax
public class DescribeConsumerGroupsReport

Properties

ConsumerGroupDescriptions

List of consumer group descriptions.

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

Methods

ToString()

Returns a human readable representation of this object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
In This Article