confluent-kafka-dotnet
Show / Hide Table of Contents

Enum ReferenceSubjectNameStrategy

Subject name strategy for referenced schemas.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public enum ReferenceSubjectNameStrategy

Fields

Name Description
Custom

Custom: Use a custom reference subject name strategy resolver to determine the subject name.

Qualified

Qualified: Given a reference name, replace slashes with dots, and remove the .proto suffix to obtain the subject name. For example, mypackage/myfile.proto becomes mypackage.myfile.

ReferenceName

ReferenceName (default): Use the reference name as the subject name.

Extension Methods

ReferenceSubjectNameStrategyExtensions.ToDelegate(ReferenceSubjectNameStrategy, ICustomReferenceSubjectNameStrategy)
In this article