confluent-kafka-dotnet
Show / Hide Table of Contents

Class RuleOverride

A rule override.

Inheritance
object
RuleOverride
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class RuleOverride

Constructors

RuleOverride(string, string, string, bool?)

Declaration
public RuleOverride(string type, string onSuccess, string onFailure, bool? disabled)
Parameters
TypeNameDescription
stringtype
stringonSuccess
stringonFailure
bool?disabled

Properties

Disabled

Declaration
public bool? Disabled { get; set; }
Property Value
TypeDescription
bool?

OnFailure

Declaration
public string OnFailure { get; set; }
Property Value
TypeDescription
string

OnSuccess

Declaration
public string OnSuccess { get; set; }
Property Value
TypeDescription
string

Type

Declaration
public string Type { get; set; }
Property Value
TypeDescription
string
In this article