confluent-kafka-dotnet
Show / Hide Table of Contents

Class JsonDeserializerConfig.PropertyNames

Configuration property names specific to JsonDeserializer<T>.

Inheritance
object
JsonDeserializerConfig.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.Json.dll
Syntax
public static class JsonDeserializerConfig.PropertyNames

Fields

SubjectNameStrategy

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

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

UseLatestVersion

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

default: false

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

UseLatestWithMetadata

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

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