confluent-kafka-dotnet
Show / Hide Table of Contents

Class TopicPartitionOffsetSpec

Represents a (TopicPartition, OffsetSpec) tuple. Used by ListOffsets.

Inheritance
object
TopicPartitionOffsetSpec
Inherited Members
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 TopicPartitionOffsetSpec

Properties

OffsetSpec

OffsetSpec to query in specified partition.

Declaration
public OffsetSpec OffsetSpec { get; set; }
Property Value
Type Description
OffsetSpec

TopicPartition

TopicPartition to query.

Declaration
public TopicPartition TopicPartition { get; set; }
Property Value
Type Description
TopicPartition
In this article