confluent-kafka-dotnet
Show / Hide Table of Contents

Class TopicCollection

A class used to represent a collection of topics.

Inheritance
object
TopicCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public class TopicCollection

Methods

OfTopicNames(IEnumerable<string>)

Returns a human readable representation of this object.

Declaration
public static TopicCollection OfTopicNames(IEnumerable<string> topics)
Parameters
Type Name Description
IEnumerable<string> topics
Returns
Type Description
TopicCollection

ToString()

Returns a JSON representation of this object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation of this object.

Overrides
object.ToString()
In this article