confluent-kafka-dotnet
Show / Hide Table of Contents

Class IncrementalAlterConfigsResult

The result of incremental alter config request for a specific resource.

Inheritance
object
IncrementalAlterConfigsResult
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 IncrementalAlterConfigsResult

Fields

ConfigResource

The resource the result corresponds to.

Declaration
public ConfigResource ConfigResource
Field Value
Type Description
ConfigResource
In this article