Class ConfigSynonym
Describes a synonym of a config entry.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ConfigSynonym
  Properties
Name
The config name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Source
The config source. Refer to ConfigSource for more information.
Declaration
public ConfigSource Source { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ConfigSource | 
Value
The config value.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |