DataSourceType
The type of data source.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DataSourceType
Values
| Name | Description |
|---|---|
Sql |
Raw SQL query executed against a database connection. |
Lql |
LQL expression transpiled to SQL then executed. |
Api |
REST API call returning JSON. |