confluent-kafka-dotnet
Show / Hide Table of Contents

Namespace Confluent.Kafka.Admin

Classes

AlterConfigsException

Represents an error that occured during an alter configs request.

AlterConfigsOptions

Options for the AlterConfigs method.

AlterConfigsReport

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

ConfigEntry

Encapsulates a config property name / value pair.

ConfigEntryResult

A config property entry, as reported by the Kafka admin api.

ConfigResource

A class representing resources that have configs.

ConfigSynonym

Describes a synonym of a config entry.

CreatePartitionsException

Represents an error that occured during a create partitions request.

CreatePartitionsOptions

Options for the CreatePartitions method.

CreatePartitionsReport

The result of a create partitions request for a specific topic.

CreateTopicReport

The result of a request to create a specific topic.

CreateTopicsException

Represents an error that occured during a create topics request.

CreateTopicsOptions

Options for the CreateTopics method.

DeleteRecordsException

Represents an error that occured during a delete records request.

DeleteRecordsOptions

Options for the DeleteRecordsAsync method.

DeleteRecordsReport

The per-partition result of delete records request (including error status).

DeleteRecordsResult

The per-partition result of delete records request.

DeleteTopicReport

The result of a request to delete a specific topic.

DeleteTopicsException

Represents an error that occured during a delete topics request.

DeleteTopicsOptions

Options for the DeleteTopics method.

DescribeConfigsException

Represents an error that occured during a describe configs request.

DescribeConfigsOptions

Options for the DescribeConfigs method.

DescribeConfigsReport

The result of a request to describe the configs of a specific resource.

DescribeConfigsResult

The result of a request to describe the configs of a specific resource.

PartitionsSpecification

Specification for new partitions to be added to a topic.

TopicSpecification

Specification of a new topic to be created via the CreateTopics method. This class is used for the same purpose as NewTopic in the Java API.

Enums

ConfigSource

Enumerates the different config sources.

ResourceType

Enumerates the set of configuration resource types.

In This Article