confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeTopicsReport

Represents the result of a describe topic operation, where one or more of the results has an error.

Inheritance
object
DescribeTopicsReport
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 DescribeTopicsReport

Properties

TopicDescriptions

List of topic descriptions.

Declaration
public List<TopicDescription> TopicDescriptions { get; set; }
Property Value
Type Description
List<TopicDescription>

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