confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeConfigsReport

The result of a request to describe the configs of a specific resource.

Inheritance
object
DescribeConfigsReport
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 DescribeConfigsReport

Fields

ConfigResource

The resource associated with the describe configs request.

Declaration
public ConfigResource ConfigResource
Field Value
Type Description
ConfigResource

Properties

Entries

Configuration entries for the specified resource.

Declaration
public Dictionary<string, ConfigEntryResult> Entries { get; set; }
Property Value
Type Description
Dictionary<string, ConfigEntryResult>

Error

The error (or success) of the describe config request.

Declaration
public Error Error { get; set; }
Property Value
Type Description
Error
In this article