[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.DataEngineController

DataEngineController Class

The data engine controller.

Inheritance
DataEngineController
Namespace: C1.Web.Api.DataEngine
Assembly: C1.Web.Api.DataEngine.dll
Syntax
public class DataEngineController : C1ApiController

Constructors

Name Description
DataEngineController()

Methods

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.