confluent-kafka-dotnet
Show / Hide Table of Contents

Enum TimestampType

Enumerates the different meanings of a message timestamp value.

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

Fields

Name Description
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.