Table of Contents

Enum TargetDialects

Namespace
Styra.Opa.Filters
Assembly
Styra.Opa.dll

An enum of all data filter formats that Enterprise OPA supports in the Compile API. Used in the options.targetDialects payload field, and for Accept header selection.

public enum TargetDialects
Extension Methods

Fields

[JsonProperty("sql+mysql")] SqlMysql = 5
[JsonProperty("sql+postgresql")] SqlPostgresql = 6
[JsonProperty("sql+sqlite")] SqlSqlite = 7
[JsonProperty("sql+sqlserver")] SqlSqlserver = 4
[JsonProperty("ucast+all")] UcastAll = 0
[JsonProperty("ucast+linq")] UcastLinq = 3
[JsonProperty("ucast+minimal")] UcastMinimal = 1
[JsonProperty("ucast+prisma")] UcastPrisma = 2

Remarks