Class MemberDescription
MemberDescription represents the description of a consumer group member
Inherited Members
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 |
Methods
ToString()
Returns a JSON representation of this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A JSON representation of this object. |