Class AlterConsumerGroupOffsetsReport
The per-group result for an alter consumer group offsets request including errors.
Inheritance
System.Object
AlterConsumerGroupOffsetsReport
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 AlterConsumerGroupOffsetsReport
Properties
Error
Error, if any, on the group level.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
Group
The groupID.
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Partitions
List of topic TopicPartitionOffsetError containing the written offsets, and per-partition errors if any.
Declaration
public List<TopicPartitionOffsetError> Partitions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TopicPartitionOffsetError> |
Methods
ToString()
Returns a human readable representation of this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()