Class AlterConfigsReport
The result of an alter config request for a specific resource.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.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 |