# C1.Web.Api.DataEngine.DataEngineController

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_DataEngine_DataEngineController" data-uid="C1.Web.Api.DataEngine.DataEngineController" class="text-break">DataEngineController Class
</h1>
  <div class="markdown level0 summary"><p>The data engine controller.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase">ControllerBase</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controller">Controller</a></div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Api/C1.Web.Api.C1ApiController.html">C1ApiController</a></div>
    <div class="level4"><span class="xref">DataEngineController</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.iactionfilter">IActionFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.iasyncactionfilter">IAsyncActionFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.ifiltermetadata">IFilterMetadata</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.DataEngine.html">C1.Web.Api.DataEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.DataEngine.dll</h6>
  <h5 id="C1_Web_Api_DataEngine_DataEngineController_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Route(&quot;api/dataengine&quot;)]
public class DataEngineController : C1ApiController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Route(&quot;api/dataengine&quot;)&gt;
Public Class DataEngineController
    Inherits C1ApiController
    Implements IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController__ctor" data-uid="C1.Web.Api.DataEngine.DataEngineController.#ctor">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.-ctor.html#C1_Web_Api_DataEngine_DataEngineController__ctor">DataEngineController()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_AnalyzeData_System_String_C1_Web_Api_DataEngine_Models_EngineRequest_" data-uid="C1.Web.Api.DataEngine.DataEngineController.AnalyzeData(System.String,C1.Web.Api.DataEngine.Models.EngineRequest)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.AnalyzeData.html#C1_Web_Api_DataEngine_DataEngineController_AnalyzeData_System_String_C1_Web_Api_DataEngine_Models_EngineRequest_">AnalyzeData(string, EngineRequest)</a>
        </td>
        <td class="markdown level1 summary"><p>Analyzes the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetAnalysis_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetAnalysis(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetAnalysis.html#C1_Web_Api_DataEngine_DataEngineController_GetAnalysis_System_String_System_String_">GetAnalysis(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the analysis information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetAnalysisResult_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetAnalysisResult(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetAnalysisResult.html#C1_Web_Api_DataEngine_DataEngineController_GetAnalysisResult_System_String_System_String_">GetAnalysisResult(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the analysis result data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetAnalysisStatus_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetAnalysisStatus(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetAnalysisStatus.html#C1_Web_Api_DataEngine_DataEngineController_GetAnalysisStatus_System_String_System_String_">GetAnalysisStatus(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the analysis status.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetDetail_System_String_C1_Web_Api_DataEngine_Models_DetailRequest_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetDetail(System.String,C1.Web.Api.DataEngine.Models.DetailRequest)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetDetail.html#C1_Web_Api_DataEngine_DataEngineController_GetDetail_System_String_C1_Web_Api_DataEngine_Models_DetailRequest_">GetDetail(string, DetailRequest)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of objects in the raw data source that define the content
of a specific cell in the output table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetFields_System_String_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetFields(System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetFields.html#C1_Web_Api_DataEngine_DataEngineController_GetFields_System_String_">GetFields(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all the fields information defined in the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetRawData_System_String_System_Nullable_System_Int32__System_Nullable_System_Int32__" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetRawData(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetRawData.html#C1_Web_Api_DataEngine_DataEngineController_GetRawData_System_String_System_Nullable_System_Int32__System_Nullable_System_Int32__">GetRawData(string, int?, int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_GetUniqueValues_System_String_System_String_C1_Web_Api_DataEngine_Models_EngineRequest_" data-uid="C1.Web.Api.DataEngine.DataEngineController.GetUniqueValues(System.String,System.String,C1.Web.Api.DataEngine.Models.EngineRequest)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.GetUniqueValues.html#C1_Web_Api_DataEngine_DataEngineController_GetUniqueValues_System_String_System_String_C1_Web_Api_DataEngine_Models_EngineRequest_">GetUniqueValues(string, string, EngineRequest)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique values of a field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_DataEngineController_RemoveAnalysis_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.DataEngineController.RemoveAnalysis(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.DataEngineController.RemoveAnalysis.html#C1_Web_Api_DataEngine_DataEngineController_RemoveAnalysis_System_String_System_String_">RemoveAnalysis(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the analysis.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
