confluent-kafka-dotnet
Show / Hide Table of Contents

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

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
System.String

Value

The config value.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
In This Article