confluent-kafka-dotnet
Show / Hide Table of Contents

Class MemberDescription

MemberDescription represents the description of a consumer group member

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

Properties

Assignment

Member assignment.

Declaration
public MemberAssignment Assignment { get; set; }
Property Value
Type Description
MemberAssignment

ClientId

Client id.

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

ConsumerId

Consumer id.

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

GroupInstanceId

Group instance id.

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

Host

Group member host.

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

TargetAssignment

Target assignment.

Declaration
public MemberAssignment TargetAssignment { get; set; }
Property Value
Type Description
MemberAssignment

Methods

ToString()

Returns a JSON representation of this object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation of this object.

Overrides
object.ToString()
In this article