confluent-kafka-dotnet
Show / Hide Table of Contents

Class MemberAssignment

MemberAssignment represents the assignment of a consumer group member.

Inheritance
object
MemberAssignment
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 MemberAssignment

Properties

TopicPartitions

Partitions assigned to current member.

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