Table of Contents

Enum TargetDialects

Namespace
OpenPolicyAgent.Opa.Filters
Assembly
OpenPolicyAgent.Opa.dll

An enum of all data filter formats that EOPA 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