confluent-kafka-dotnet
Show / Hide Table of Contents

Class ConfigEntry

Encapsulates a config property name / value pair.

Inheritance
object
ConfigEntry
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 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
In this article