confluent-kafka-dotnet
Show / Hide Table of Contents

Class MemberAssignment

MemberAssignment represents the assignment of a consumer group member.

Inheritance
System.Object
MemberAssignment
Inherited Members
System.Object.ToString()
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 MemberAssignment

Properties

TopicPartitions

Partitions assigned to current member.

Declaration
public List<TopicPartition> TopicPartitions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<TopicPartition>
In This Article