Class BuiltinLibrary
Implements
ILibrary
Inherited Members
Namespace: Confluent.SchemaRegistry.Rules
Assembly: Confluent.SchemaRegistry.Rules.dll
Syntax
public class BuiltinLibrary : ILibrary
Properties
CompileOptions
Declaration
public virtual IList<EnvOption> CompileOptions { get; }
Property Value
Type | Description |
---|---|
IList<EnvOption> |
ProgramOptions
Declaration
public virtual IList<ProgramOption> ProgramOptions { get; }
Property Value
Type | Description |
---|---|
IList<ProgramOption> |
Implements
Cel.ILibrary