Class TargetSQLTableMappings
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
public class TargetSQLTableMappings
- Inheritance
-
TargetSQLTableMappings
- Inherited Members
-
Properties
Mysql
[JsonProperty("mysql")]
public Dictionary<string, object>? Mysql { get; set; }
Property Value
- Dictionary<string, object>
Postgresql
[JsonProperty("postgresql")]
public Dictionary<string, object>? Postgresql { get; set; }
Property Value
- Dictionary<string, object>
Sqlite
[JsonProperty("sqlite")]
public Dictionary<string, object>? Sqlite { get; set; }
Property Value
- Dictionary<string, object>
Sqlserver
[JsonProperty("sqlserver")]
public Dictionary<string, object>? Sqlserver { get; set; }
Property Value
- Dictionary<string, object>