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

> gpudb::ShowFilesResponse — 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#a25eed62c5697242506cc5e336925b45d">GPUdb::showFiles</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__files_8h_source">gpudb/protocol/show\_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:a09c05c0439f216ce75b620afb6935a96" id="r_a09c05c0439f216ce75b620afb6935a96">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a09c05c0439f216ce75b620afb6935a96">ShowFilesResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:a75fc6329e9eed634862f305253954cbf">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A listing of files in the paths specified. <br /></td>
      </tr>

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

      <tr className="memitem:a352a07fa16f8c356c11e1d63ad4febf1" id="r_a352a07fa16f8c356c11e1d63ad4febf1">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int64\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a352a07fa16f8c356c11e1d63ad4febf1">sizes</a></td>
      </tr>

      <tr className="memdesc:a352a07fa16f8c356c11e1d63ad4febf1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Size of each file, in bytes. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a9dafae73a2625d57f5a900dc138ce063">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">User that created the file. <br /></td>
      </tr>

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

      <tr className="memitem:a72f0714db1ebd65a089fdf1af3bcc488" id="r_a72f0714db1ebd65a089fdf1af3bcc488">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int64\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a72f0714db1ebd65a089fdf1af3bcc488">creationTimes</a></td>
      </tr>

      <tr className="memdesc:a72f0714db1ebd65a089fdf1af3bcc488">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Creation time for each file, in milliseconds since epoch. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ae2f161464801d34989fb6d9501971fe0">
        <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#a25eed62c5697242506cc5e336925b45d">GPUdb::showFiles</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00115">115</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowFilesResponse::ShowFilesResponse </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_1ShowFilesResponse" title="A set of results returned by GPUdb::showFiles.">ShowFilesResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00120">120</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int64\_t> gpudb::ShowFilesResponse::creationTimes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Creation time for each file, in milliseconds since epoch. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00147">147</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>A listing of files in the paths specified. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00132">132</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a579348215aaeed3aaabe715988bc45f6">show\_files\_multipart\_uploads</a>: JSON-encoded information about multipart uploads in progress. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00157">157</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a352a07fa16f8c356c11e1d63ad4febf1">◆ </a></span>sizes</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int64\_t> gpudb::ShowFilesResponse::sizes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Size of each file, in bytes. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00137">137</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9dafae73a2625d57f5a900dc138ce063">◆ </a></span>users</h2>

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

      <div className="memdoc">
        <p>User that created the file. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00142">142</a> of file <a className="el" href="/content/api/cpp/show__files_8h_source">show\_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/show__files_8h_source">show\_files.h</a></li>
    </ul>
  </div>
</div>
