Class ListOffsetsResultInfo
Represents the result of a list offset request for a single topic partition.
Inheritance
System.Object
ListOffsetsResultInfo
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.Admin
Assembly: cs.temp.dll.dll
Syntax
public class ListOffsetsResultInfo
Properties
Timestamp
Timestamp corresponding to the offset, -1 if not set by the broker.
Declaration
public long Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TopicPartitionOffsetError
TopicPartitionOffsetError corresponding to the requested TopicPartition.
Declaration
public TopicPartitionOffsetError TopicPartitionOffsetError { get; set; }
Property Value
Type | Description |
---|---|
TopicPartitionOffsetError |
Methods
ToString()
Returns a JSON representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation of the object. |
Overrides
System.Object.ToString()