> ## 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::InsertRecordsFromFilesResponse

> gpudb::InsertRecordsFromFilesResponse — 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#a03fd9d3a6a56088c1ce707c642c9c736">GPUdb::insertRecordsFromFiles</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">gpudb/protocol/insert\_records\_from\_files.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:ac8f2da6d5b2808e3dd67ef760813168f" id="r_ac8f2da6d5b2808e3dd67ef760813168f">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac8f2da6d5b2808e3dd67ef760813168f">InsertRecordsFromFilesResponse</a> ()</td>
      </tr>

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

      <tr className="separator:ac8f2da6d5b2808e3dd67ef760813168f">
        <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:a73269238b2179d3b182573dafacbb915" id="r_a73269238b2179d3b182573dafacbb915">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a73269238b2179d3b182573dafacbb915">tableName</a></td>
      </tr>

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

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

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

      <tr className="memdesc:a0c4f30ac221149c06368a0a223687732">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for the target table. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ae3471ecf5b59ffcb3e9f5d594a19db9f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A JSON string describing the columns of the target table. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a4a37a124e9810fc978d6289684632c32">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The user-defined description associated with the target table's structure. <br /></td>
      </tr>

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

      <tr className="memitem:a34943bf4f2c333fb78258492e3f9ed23" id="r_a34943bf4f2c333fb78258492e3f9ed23">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::vector\< std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a34943bf4f2c333fb78258492e3f9ed23">typeProperties</a></td>
      </tr>

      <tr className="memdesc:a34943bf4f2c333fb78258492e3f9ed23">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A mapping of each target table column name to an array of column properties associated with that column. <br /></td>
      </tr>

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

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

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

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

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

      <tr className="memdesc:a74a8589dcf3094948afa2c0166e9e16b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a01cdf8f671e47432458c62110c2836e5">abort</a> error handling mode. <br /></td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memitem:abe1879dde0b1ccb4fb1eb7ff7c10a0b0" id="r_abe1879dde0b1ccb4fb1eb7ff7c10a0b0">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abe1879dde0b1ccb4fb1eb7ff7c10a0b0">files</a></td>
      </tr>

      <tr className="memdesc:abe1879dde0b1ccb4fb1eb7ff7c10a0b0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The list of source files from which records would be inserted; only filled in when <a className="el" href="/content/api/cpp/namespacegpudb#a2b7706db1a670125f2e3e0e6bf49ef04">ingestion\_mode</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a84142a0fa75bd248cee5d9da0d81ad09">dry\_run</a>. <br /></td>
      </tr>

      <tr className="separator:abe1879dde0b1ccb4fb1eb7ff7c10a0b0">
        <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#a03fd9d3a6a56088c1ce707c642c9c736">GPUdb::insertRecordsFromFiles</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02373">2373</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::InsertRecordsFromFilesResponse::InsertRecordsFromFilesResponse </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_1InsertRecordsFromFilesResponse" title="A set of results returned by GPUdb::insertRecordsFromFiles.">InsertRecordsFromFilesResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02379">2379</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::InsertRecordsFromFilesResponse::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/insert__records__from__files_8h_source#l02426">2426</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a01cdf8f671e47432458c62110c2836e5">abort</a> error handling mode. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02432">2432</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::InsertRecordsFromFilesResponse::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/insert__records__from__files_8h_source#l02438">2438</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#abe1879dde0b1ccb4fb1eb7ff7c10a0b0">◆ </a></span>files</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::InsertRecordsFromFilesResponse::files</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The list of source files from which records would be inserted; only filled in when <a className="el" href="/content/api/cpp/namespacegpudb#a2b7706db1a670125f2e3e0e6bf49ef04">ingestion\_mode</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a84142a0fa75bd248cee5d9da0d81ad09">dry\_run</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02451">2451</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::InsertRecordsFromFilesResponse::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/insert__records__from__files_8h_source#l02443">2443</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1InsertRecordsFromFilesRequest#a08a694cbc8b97598f8ca6abf4096e3e4">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02397">2397</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae3471ecf5b59ffcb3e9f5d594a19db9f">◆ </a></span>typeDefinition</h2>

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

      <div className="memdoc">
        <p>A JSON string describing the columns of the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02409">2409</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0c4f30ac221149c06368a0a223687732">◆ </a></span>typeId</h2>

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

      <div className="memdoc">
        <p>ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for the target table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02404">2404</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4a37a124e9810fc978d6289684632c32">◆ </a></span>typeLabel</h2>

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

      <div className="memdoc">
        <p>The user-defined description associated with the target table's structure. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02415">2415</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a34943bf4f2c333fb78258492e3f9ed23">◆ </a></span>typeProperties</h2>

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

      <div className="memdoc">
        <p>A mapping of each target table column name to an array of column properties associated with that column. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source#l02421">2421</a> of file <a className="el" href="/content/api/cpp/insert__records__from__files_8h_source">insert\_records\_from\_files.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/insert__records__from__files_8h_source">insert\_records\_from\_files.h</a></li>
    </ul>
  </div>
</div>
