confluent-kafka-dotnet
Show / Hide Table of Contents

Class IncrementalAlterConfigsReport

The result of incremental alter config request for a specific resource, when an error occurred.

Inheritance
System.Object
IncrementalAlterConfigsReport
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 IncrementalAlterConfigsReport

Fields

ConfigResource

The resource the result corresponds to.

Declaration
public ConfigResource ConfigResource
Field Value
Type Description
ConfigResource

Properties

Error

The error (or success) of the incremental alter config request.

Declaration
public Error Error { get; set; }
Property Value
Type Description
Error
In This Article