Class CreateTopicReport
The result of a request to create a specific topic.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.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 |
---|---|
string |