confluent-kafka-dotnet
Show / Hide Table of Contents

Enum AlterConfigOpType

Enum of allowed AlterConfigOpType.

Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public enum AlterConfigOpType

Fields

NameDescription
Append

Appends the value to existing configuration values(only for list type values).

Delete

Sets the configuration value to default or NULL.

Set

Sets/overwrites the configuration value.

Subtract

Subtracts the value from existing configuration values(only for list type values).

In this article