confluent-kafka-dotnet
Show / Hide Table of Contents

Class CreateTopicReport

The result of a request to create a specific topic.

Inheritance
System.Object
CreateTopicReport
Inherited Members
System.Object.ToString()
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 CreateTopicReport

Properties

Error

The error (or success) of the create topic request.

Declaration
public Error Error { get; set; }
Property Value
Type Description
Error

Topic

The topic name.

Declaration
public string Topic { get; set; }
Property Value
Type Description
System.String
In This Article