confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeConfigsReport

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

Inheritance
System.Object
DescribeConfigsReport
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 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
System.Collections.Generic.Dictionary<System.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