Class DescribeConfigsResult
The result of a request to describe the configs of a specific resource.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.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 |
---|---|
Dictionary<string, ConfigEntryResult> |