Class DeleteTopicReport
The result of a request to delete a specific topic.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteTopicReport
Properties
Error
The error (or success) of the delete topic request.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
Topic
The topic.
Declaration
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |