confluent-kafka-dotnet
Show / Hide Table of Contents

Class PropertyNames

Configuration property names specific to the schema registry client.

Inheritance
object
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
Assembly: Confluent.SchemaRegistry.dll
Syntax
public static class PropertyNames

Fields

ReferenceSubjectNameStrategy

The subject name strategy to use for registration / lookup of referenced schemas Possible values: ReferenceSubjectNameStrategy

Declaration
public const string ReferenceSubjectNameStrategy = "protobuf.serializer.reference.subject.name.strategy"
Field Value
Type Description
string
In this article