confluent-kafka-dotnet
Show / Hide Table of Contents

Class OffsetSpec.TimestampSpec

Used to retrieve the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition.

Inheritance
object
OffsetSpec
OffsetSpec.TimestampSpec
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.TimestampSpec : OffsetSpec

Properties

Timestamp

Timestamp for the OffsetSpec.

Declaration
public long Timestamp { get; }
Property Value
Type Description
long
In this article