confluent-kafka-dotnet
Show / Hide Table of Contents

Class ServerConfig

Inheritance
object
ServerConfig
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
[DataContract]
public class ServerConfig

Constructors

ServerConfig(Compatibility)

Declaration
public ServerConfig(Compatibility compatibilityLevel)
Parameters
Type Name Description
Compatibility compatibilityLevel

Properties

CompatibilityLevel

Declaration
[DataMember(Name = "compatibility")]
public Compatibility CompatibilityLevel { get; }
Property Value
Type Description
Compatibility

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides
object.Equals(object)

GetHashCode()

Serves as the default hash function.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()
In this article