Class ListOffsetsResult
Represents the result of a ListOffsets request.
Inherited Members
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. |