confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeConfigsResult

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

Inheritance
System.Object
DescribeConfigsResult
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 DescribeConfigsResult

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>
In This Article