Class ListConsumerGroupsResult
Represents the result of a list consumer group operation.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ListConsumerGroupsResult
Properties
Valid
List of valid consumer group listings.
Declaration
public List<ConsumerGroupListing> Valid { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ConsumerGroupListing> |
Methods
ToString()
Returns a human readable representation of this object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |