Class ConfigEntry
Encapsulates a config property name / value pair.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ConfigEntry
  Properties
IncrementalOperation
Incremental operation to perform.
Declaration
public AlterConfigOpType IncrementalOperation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AlterConfigOpType | 
Name
The config name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Value
The config value.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |