confluent-kafka-dotnet
Show / Hide Table of Contents

Class AvroDeserializerConfig.PropertyNames

Configuration property names specific to AvroDeserializer<T>.

Inheritance
object
AvroDeserializerConfig.PropertyNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Serdes
Assembly: Confluent.SchemaRegistry.Serdes.Avro.dll
Syntax
public static class AvroDeserializerConfig.PropertyNames

Fields

SubjectNameStrategy

The subject name strategy to use for schema registration / lookup. Possible values: SubjectNameStrategy

Declaration
public const string SubjectNameStrategy = "avro.deserializer.subject.name.strategy"
Field Value
Type Description
string

UseLatestVersion

Specifies whether or not the Avro deserializer should use the latest subject version for deserialization.

default: false

Declaration
public const string UseLatestVersion = "avro.deserializer.use.latest.version"
Field Value
Type Description
string

UseLatestWithMetadata

Specifies whether or not the Avro deserializer should use the latest subject version with the given metadata for deserialization.

Declaration
public const string UseLatestWithMetadata = "avro.deserializer.use.latest.with.metadata"
Field Value
Type Description
string
In this article