[]
The data engine controller.
public class DataEngineController : C1ApiController
| Name | Description |
|---|---|
| DataEngineController() |
| Name | Description |
|---|---|
| AnalyzeData(string, EngineRequest) | Analyzes the data. |
| GetAnalysis(string, string) | Gets the analysis information. |
| GetAnalysisResult(string, string) | Gets the analysis result data. |
| GetAnalysisStatus(string, string) | Gets the analysis status. |
| GetDetail(string, DetailRequest) | Gets a list of objects in the raw data source that define the content of a specific cell in the output table. |
| GetFields(string) | Gets all the fields information defined in the data. |
| GetRawData(string, int?, int?) | Gets the raw data. |
| GetUniqueValues(string, string, EngineRequest) | Gets the unique values of a field. |
| RemoveAnalysis(string, string) | Remove the analysis. |