Class DescribeTopicsReport
Represents the result of a describe topic operation, where one or more of the results has an error.
Inheritance
System.Object
DescribeTopicsReport
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 DescribeTopicsReport
Properties
TopicDescriptions
List of topic descriptions.
Declaration
public List<TopicDescription> TopicDescriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TopicDescription> |
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()