confluent-kafka-dotnet
Show / Hide Table of Contents

Class KekId

Inheritance
object
KekId
Implements
IEquatable<KekId>
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 KekId : IEquatable<KekId>

Constructors

KekId(string, bool)

Declaration
public KekId(string Name, bool LookupDeletedKeks)
Parameters
Type Name Description
string Name
bool LookupDeletedKeks

Properties

LookupDeletedKeks

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

Name

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

Implements

IEquatable<T>
In this article