confluent-kafka-dotnet
Show / Hide Table of Contents

Class OffsetSpec.MaxTimestampSpec

Used to retrieve the offset with the largest timestamp, that could not correspond to the latest one as timestamps can be specified client-side.

Inheritance
object
OffsetSpec
OffsetSpec.MaxTimestampSpec
Inherited Members
OffsetSpec.Latest()
OffsetSpec.Earliest()
OffsetSpec.ForTimestamp(long)
OffsetSpec.MaxTimestamp()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class OffsetSpec.MaxTimestampSpec : OffsetSpec
In this article