confluent-kafka-dotnet
Show / Hide Table of Contents

Class CreatePartitionsReport

The result of a create partitions request for a specific topic.

Inheritance
object
CreatePartitionsReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class CreatePartitionsReport

Properties

Error

The error (or success) of the create partitions 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
In this article