confluent-ksqldb-dotnet
Show / Hide Table of Contents

Namespace Confluent.KsqlDb

Classes

ClientBuilder

KsqlDbArray

Represents an array object which is returned from the ksqlDB. The array can be accessed by position for the various types which may exist. If the object is not natively that type, it will attempt to be converted.

KsqlDbClientException

Thrown by the IClient when issuing queries, if an error occurs.

KsqlDbObject

Represents a Map or Struct in responses returned by ksqlDB.

Interfaces

IBatchedQueryResult

The result returned from issuing a query.

IClient

A client object for issuing commands to ksqlDB.

IRow

IStreamedQueryResult

Represents a streamed result. The caller is expected to call Poll repeatedly until there is no more data and the request is complete.

In This Article