Class CompileResultSQLResult
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
The partially evaluated result of the query as SQL.
public class CompileResultSQLResult
- Inheritance
-
CompileResultSQLResult
- Inherited Members
Properties
AdditionalProperties
[JsonProperty("additionalProperties")]
public Dictionary<string, object>? AdditionalProperties { get; set; }
Property Value
Masks
Column masking functions, where the key is the column name, and the value describes which masking function to use.
[JsonProperty("masks")]
public Dictionary<string, MaskingRule>? Masks { get; set; }
Property Value
Query
String representing the SQL equivalent of the conditions under which the query is true.
[JsonProperty("query")]
public string? Query { get; set; }