confluent-kafka-dotnet
Show / Hide Table of Contents

Class DekId

Inheritance
object
DekId
Implements
IEquatable<DekId>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public record DekId : IEquatable<DekId>

Constructors

DekId(string, string, int?, DekFormat?, bool)

Declaration
public DekId(string KekName, string Subject, int? Version, DekFormat? DekFormat, bool LookupDeletedDeks)
Parameters
TypeNameDescription
stringKekName
stringSubject
int?Version
DekFormat?DekFormat
boolLookupDeletedDeks

Properties

DekFormat

Declaration
public DekFormat? DekFormat { get; init; }
Property Value
TypeDescription
DekFormat?

KekName

Declaration
public string KekName { get; init; }
Property Value
TypeDescription
string

LookupDeletedDeks

Declaration
public bool LookupDeletedDeks { get; init; }
Property Value
TypeDescription
bool

Subject

Declaration
public string Subject { get; init; }
Property Value
TypeDescription
string

Version

Declaration
public int? Version { get; init; }
Property Value
TypeDescription
int?

Implements

IEquatable<T>
In this article