Class TopicCollection
A class used to represent a collection of topics.
Inheritance
System.Object
TopicCollection
Inherited Members
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
Assembly: cs.temp.dll.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 |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | topics |
Returns
Type | Description |
---|---|
TopicCollection |
ToString()
Returns a JSON representation of this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation of this object. |
Overrides
System.Object.ToString()