confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteConsumerGroupOffsetsResult

The result of delete consumer group offset request (including error status).

Inheritance
object
DeleteConsumerGroupOffsetsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteConsumerGroupOffsetsResult

Properties

Group

Consumer group id.

Declaration
public string Group { get; set; }
Property Value
Type Description
string

Partitions

Partitions for which the offsets were reset for.

Declaration
public List<TopicPartition> Partitions { get; set; }
Property Value
Type Description
List<TopicPartition>
In this article