Table of Contents

Enum SchemaHeaderId

Namespace
Solace.SchemaRegistry.Serdes.Core
Assembly
Solace.SchemaRegistry.Serdes.Core.dll

An enumeration for configuring which schema identifier to use in the serializer headers.

public enum SchemaHeaderId

Fields

SchemaId = 0

Represents the schema identifier as a long value in message headers.

SchemaIdString = 1

Represents the schema identifier as a string value in message headers.

Remarks

This enumeration defines the format options for encoding schema identifiers in message headers during serialization. It is used exclusively by serializers and has no effect on deserializers.

See Also