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
Config
Declaration
public ConfigSource Source { get; set; }
Property Value
Type | Description |
---|---|
Config |
Value
The config value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |