# C1.Web.Api.DataEngine.Models.IRawData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_DataEngine_Models_IRawData" data-uid="C1.Web.Api.DataEngine.Models.IRawData" class="text-break">IRawData Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the interface for the returned raw data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.DataEngine.Models.html">C1.Web.Api.DataEngine.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.DataEngine.dll</h6>
  <h5 id="C1_Web_Api_DataEngine_Models_IRawData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRawData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRawData</code></pre>
  </div>
  <h3 id="properties">Properties
</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_Models_IRawData_TotalCount" data-uid="C1.Web.Api.DataEngine.Models.IRawData.TotalCount">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.IRawData.TotalCount.html#C1_Web_Api_DataEngine_Models_IRawData_TotalCount">TotalCount</a>
        </td>
        <td class="markdown level1 summary"><p>The total count of all the raw data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_IRawData_Value" data-uid="C1.Web.Api.DataEngine.Models.IRawData.Value">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.IRawData.Value.html#C1_Web_Api_DataEngine_Models_IRawData_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The raw data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
