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
Type Name Description
string type
string onSuccess
string onFailure
bool? disabled

Properties

Disabled

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

OnFailure

Declaration
public string OnFailure { get; set; }
Property Value
Type Description
string

OnSuccess

Declaration
public string OnSuccess { get; set; }
Property Value
Type Description
string

Type

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