confluent-kafka-dotnet
Show / Hide Table of Contents

Class ListOffsetsResult

Represents the result of a ListOffsets request.

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

Properties

ResultInfos

Result information for all the partitions queried with ListOffsets.

Declaration
public List<ListOffsetsResultInfo> ResultInfos { get; set; }
Property Value
Type Description
List<ListOffsetsResultInfo>

Methods

ToString()

Returns a JSON representation of the object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation of the object.

Overrides
object.ToString()
In this article