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
Type Name Description
string KekName
string Subject
int? Version
DekFormat? DekFormat
bool LookupDeletedDeks

Properties

DekFormat

Declaration
public DekFormat? DekFormat { get; init; }
Property Value
Type Description
DekFormat?

KekName

Declaration
public string KekName { get; init; }
Property Value
Type Description
string

LookupDeletedDeks

Declaration
public bool LookupDeletedDeks { get; init; }
Property Value
Type Description
bool

Subject

Declaration
public string Subject { get; init; }
Property Value
Type Description
string

Version

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

Implements

IEquatable<T>
In this article