confluent-kafka-dotnet
Show / Hide Table of Contents

Class AlterConfigsReport

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

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

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 alter config request.

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