confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteTopicReport

The result of a request to delete a specific topic.

Inheritance
System.Object
DeleteTopicReport
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 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
System.String
In This Article