confluent-kafka-dotnet
Show / Hide Table of Contents

Enum TimestampType

Enumerates the different meanings of a message timestamp value.

Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum TimestampType

Fields

NameDescription
CreateTime

Timestamp relates to message creation time as set by a Kafka client.

LogAppendTime

Timestamp relates to the time a message was appended to a Kafka log.

NotAvailable

Timestamp type is unknown.

In this article