Class MemberDescription
MemberDescription represents the description of a consumer group member
Inheritance
System.Object
MemberDescription
Inherited Members
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 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 |
---|---|
System.String |
ConsumerId
Consumer id.
Declaration
public string ConsumerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupInstanceId
Group instance id.
Declaration
public string GroupInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Host
Group member host.
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Returns a JSON representation of this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation of this object. |
Overrides
System.Object.ToString()