> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::ExportRecordsToTableResponse

> gpudb::ExportRecordsToTableResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a63a3d3e6b0df86ad1a7cab47c9223904">GPUdb::exportRecordsToTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/export__records__to__table_8h_source">gpudb/protocol/export\_records\_to\_table.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a65a5614a104d134bd43acb51995e9421" id="r_a65a5614a104d134bd43acb51995e9421">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a65a5614a104d134bd43acb51995e9421">ExportRecordsToTableResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a65a5614a104d134bd43acb51995e9421">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1ExportRecordsToTableResponse" title="A set of results returned by GPUdb::exportRecordsToTable.">ExportRecordsToTableResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a65a5614a104d134bd43acb51995e9421">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a5670a3d9e50e1ffdb56e9c636e4fd96d" id="r_a5670a3d9e50e1ffdb56e9c636e4fd96d">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5670a3d9e50e1ffdb56e9c636e4fd96d">tableName</a></td>
      </tr>

      <tr className="memdesc:a5670a3d9e50e1ffdb56e9c636e4fd96d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1ExportRecordsToTableRequest#aa8156b0759344071207dd5a0027b92ba">tableName</a>. <br /></td>
      </tr>

      <tr className="separator:a5670a3d9e50e1ffdb56e9c636e4fd96d">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a933225a8829c693f0aa6ac5e7c42d282" id="r_a933225a8829c693f0aa6ac5e7c42d282">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a933225a8829c693f0aa6ac5e7c42d282">countInserted</a></td>
      </tr>

      <tr className="memdesc:a933225a8829c693f0aa6ac5e7c42d282">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records inserted into the target table. <br /></td>
      </tr>

      <tr className="separator:a933225a8829c693f0aa6ac5e7c42d282">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a35d56eb4dbef3a523a8650fad1aacd4a" id="r_a35d56eb4dbef3a523a8650fad1aacd4a">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a35d56eb4dbef3a523a8650fad1aacd4a">countSkipped</a></td>
      </tr>

      <tr className="memdesc:a35d56eb4dbef3a523a8650fad1aacd4a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records skipped. <br /></td>
      </tr>

      <tr className="separator:a35d56eb4dbef3a523a8650fad1aacd4a">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ae79f9f91edcaf89f532c8ac827410b5f" id="r_ae79f9f91edcaf89f532c8ac827410b5f">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae79f9f91edcaf89f532c8ac827410b5f">countUpdated</a></td>
      </tr>

      <tr className="memdesc:ae79f9f91edcaf89f532c8ac827410b5f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[Not yet implemented] Number of records updated within the target table. <br /></td>
      </tr>

      <tr className="separator:ae79f9f91edcaf89f532c8ac827410b5f">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:abc56c580cbb168afe35e9bd47ab7e0a8" id="r_abc56c580cbb168afe35e9bd47ab7e0a8">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abc56c580cbb168afe35e9bd47ab7e0a8">info</a></td>
      </tr>

      <tr className="memdesc:abc56c580cbb168afe35e9bd47ab7e0a8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:abc56c580cbb168afe35e9bd47ab7e0a8">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a63a3d3e6b0df86ad1a7cab47c9223904">GPUdb::exportRecordsToTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00253">253</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a65a5614a104d134bd43acb51995e9421">◆ </a></span>ExportRecordsToTableResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ExportRecordsToTableResponse::ExportRecordsToTableResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1ExportRecordsToTableResponse" title="A set of results returned by GPUdb::exportRecordsToTable.">ExportRecordsToTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00259">259</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a933225a8829c693f0aa6ac5e7c42d282">◆ </a></span>countInserted</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::ExportRecordsToTableResponse::countInserted</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records inserted into the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00277">277</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a35d56eb4dbef3a523a8650fad1aacd4a">◆ </a></span>countSkipped</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::ExportRecordsToTableResponse::countSkipped</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records skipped. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00282">282</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae79f9f91edcaf89f532c8ac827410b5f">◆ </a></span>countUpdated</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::ExportRecordsToTableResponse::countUpdated</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>\[Not yet implemented] Number of records updated within the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00288">288</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#abc56c580cbb168afe35e9bd47ab7e0a8">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ExportRecordsToTableResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00293">293</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5670a3d9e50e1ffdb56e9c636e4fd96d">◆ </a></span>tableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::ExportRecordsToTableResponse::tableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1ExportRecordsToTableRequest#aa8156b0759344071207dd5a0027b92ba">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/export__records__to__table_8h_source#l00272">272</a> of file <a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/export__records__to__table_8h_source">export\_records\_to\_table.h</a></li>
    </ul>
  </div>
</div>
