Enum ConfigType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies the file format for schema configuration files.
public enum ConfigType
Fields
Xml = 0XML (Extensible Markup Language) configuration format.
Json = 1JSON (JavaScript Object Notation) configuration format.
Yaml = 2YAML (YAML Ain't Markup Language) configuration format.
Remarks
Velocity supports multiple configuration file formats for defining database schemas. All formats contain the same schema information but use different serialization formats.