Class CreatePartitionsReport
The result of a create partitions request for a specific topic.
Inheritance
System.Object
CreatePartitionsReport
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 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 |
---|---|
System.String |