Class TargetSQLTableMappings
Mapping between tables and columns for the Enterprise OPA Compile API.
Used in the options.targetSQLTableMappings
payload field.
public class TargetSQLTableMappings
- Inheritance
-
TargetSQLTableMappings
- Inherited Members
Remarks
See: https://docs.styra.com/enterprise-opa/reference/api-reference/partial-evaluation-api#request-body
Properties
Mysql
[JsonProperty("mysql")]
public Dictionary<string, object>? Mysql { get; set; }
Property Value
Postgresql
[JsonProperty("postgresql")]
public Dictionary<string, object>? Postgresql { get; set; }
Property Value
Sqlite
[JsonProperty("sqlite")]
public Dictionary<string, object>? Sqlite { get; set; }
Property Value
Sqlserver
[JsonProperty("sqlserver")]
public Dictionary<string, object>? Sqlserver { get; set; }