Enum AlterConfigOpType
Enum of allowed AlterConfigOpType.
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public enum AlterConfigOpTypeFields
| Name | Description |
|---|---|
| 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). |