confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IHeader

Defines a Kafka message header.

Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public interface IHeader

Properties

Key

The header key.

Declaration
string Key { get; }
Property Value
Type Description
System.String

Methods

GetValueBytes()

The serialized header value data.

Declaration
byte[] GetValueBytes()
Returns
Type Description
System.Byte[]
In This Article