Class ConfigEntry
Encapsulates a config property name / value pair.
Inheritance
System.Object
ConfigEntry
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 ConfigEntry
Properties
Name
The config name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The config value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |