Class RuleOverride
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
Properties
Disabled
Declaration
public bool? Disabled { get; set; }
Property Value
OnFailure
Declaration
public string OnFailure { get; set; }
Property Value
OnSuccess
Declaration
public string OnSuccess { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value