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

> gpudb::DownloadFilesResponse — 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#a862c8a95bf7cf33f3b26e9237a57e139">GPUdb::downloadFiles</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/download__files_8h_source">gpudb/protocol/download\_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:aec6aac2c35a846f645923c9c0676b6cf" id="r_aec6aac2c35a846f645923c9c0676b6cf">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aec6aac2c35a846f645923c9c0676b6cf">DownloadFilesResponse</a> ()</td>
      </tr>

      <tr className="memdesc:aec6aac2c35a846f645923c9c0676b6cf">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1DownloadFilesResponse" title="A set of results returned by GPUdb::downloadFiles.">DownloadFilesResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:aec6aac2c35a846f645923c9c0676b6cf">
        <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:aa440266730e390f77494e7e269600b60" id="r_aa440266730e390f77494e7e269600b60">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa440266730e390f77494e7e269600b60">fileNames</a></td>
      </tr>

      <tr className="memdesc:aa440266730e390f77494e7e269600b60">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Names of the files downloaded from KiFS. <br /></td>
      </tr>

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

      <tr className="memitem:a0191514a17b447fc7c9cf5d6bd95b880" id="r_a0191514a17b447fc7c9cf5d6bd95b880">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::vector\< uint8\_t > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0191514a17b447fc7c9cf5d6bd95b880">fileData</a></td>
      </tr>

      <tr className="memdesc:a0191514a17b447fc7c9cf5d6bd95b880">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Data for the respective downloaded files listed in <a className="el" href="#aa440266730e390f77494e7e269600b60">fileNames</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:aff52469e86d631b950685529651a442b">
        <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#a862c8a95bf7cf33f3b26e9237a57e139">GPUdb::downloadFiles</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/download__files_8h_source#l00205">205</a> of file <a className="el" href="/content/api/cpp/download__files_8h_source">download\_files.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::DownloadFilesResponse::DownloadFilesResponse </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 a <a className="el" href="/content/api/cpp/structgpudb_1_1DownloadFilesResponse" title="A set of results returned by GPUdb::downloadFiles.">DownloadFilesResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/download__files_8h_source#l00210">210</a> of file <a className="el" href="/content/api/cpp/download__files_8h_source">download\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<uint8\_t> > gpudb::DownloadFilesResponse::fileData</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Data for the respective downloaded files listed in <a className="el" href="#aa440266730e390f77494e7e269600b60">fileNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/download__files_8h_source#l00225">225</a> of file <a className="el" href="/content/api/cpp/download__files_8h_source">download\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa440266730e390f77494e7e269600b60">◆ </a></span>fileNames</h2>

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

      <div className="memdoc">
        <p>Names of the files downloaded from KiFS. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/download__files_8h_source#l00220">220</a> of file <a className="el" href="/content/api/cpp/download__files_8h_source">download\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::DownloadFilesResponse::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/download__files_8h_source#l00230">230</a> of file <a className="el" href="/content/api/cpp/download__files_8h_source">download\_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/download__files_8h_source">download\_files.h</a></li>
    </ul>
  </div>
</div>
