Class ConsumerGroupListing
Represents a single consumer group in the result of a list consumer groups operation.
Inheritance
System.Object
ConsumerGroupListing
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 ConsumerGroupListing
Properties
GroupId
The groupID.
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSimpleConsumerGroup
Whether the consumer group is simple or not.
Declaration
public bool IsSimpleConsumerGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
State
The state of the consumer group.
Declaration
public ConsumerGroupState State { get; set; }
Property Value
Type | Description |
---|---|
ConsumerGroupState |
Methods
ToString()
Returns a human readable representation of this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()