confluent-kafka-dotnet
Show / Hide Table of Contents

Class ConfigSynonym

Describes a synonym of a config entry.

Inheritance
object
ConfigSynonym
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article