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

> gpudb::ShowFilesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <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:a9ab5b11be9d4aae818a7e9037836c1af" id="r_a9ab5b11be9d4aae818a7e9037836c1af">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9ab5b11be9d4aae818a7e9037836c1af">ShowFilesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a9ab5b11be9d4aae818a7e9037836c1af">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowFilesRequest" title="A set of parameters for GPUdb::showFiles.">ShowFilesRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:abe5daa5d30efbbc6bd6fa084dbb0eb83" id="r_abe5daa5d30efbbc6bd6fa084dbb0eb83">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abe5daa5d30efbbc6bd6fa084dbb0eb83">ShowFilesRequest</a> (const std::vector\< std::string > \&paths\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:abe5daa5d30efbbc6bd6fa084dbb0eb83">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowFilesRequest" title="A set of parameters for GPUdb::showFiles.">ShowFilesRequest</a> object with the specified parameters. <br /></td>
      </tr>

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

      <tr className="memdesc:a5ac1100b10e20196b1dc1e11ee98b4a7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">File paths to show. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a0a44784b30c6577bb55c523f527db97c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a25eed62c5697242506cc5e336925b45d">GPUdb::showFiles</a>. </p>
      <p>Shows information about files in <a href="/content/tools/kifs/" target="_top">KiFS</a>. Can be used for individual files, or to show all files in a given directory. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00019">19</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="#a9ab5b11be9d4aae818a7e9037836c1af">◆ </a></span>ShowFilesRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowFilesRequest::ShowFilesRequest </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_1ShowFilesRequest" title="A set of parameters for GPUdb::showFiles.">ShowFilesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00024">24</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="#abe5daa5d30efbbc6bd6fa084dbb0eb83">◆ </a></span>ShowFilesRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowFilesRequest::ShowFilesRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::vector\< std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">paths\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</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_1ShowFilesRequest" title="A set of parameters for GPUdb::showFiles.">ShowFilesRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">paths\_</td>
                <td>File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (\*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00043">43</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="#a0a44784b30c6577bb55c523f527db97c">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00063">63</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="#a5ac1100b10e20196b1dc1e11ee98b4a7">◆ </a></span>paths</h2>

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

      <div className="memdoc">
        <p>File paths to show. </p>
        <p>Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter.</p>
        <p>Accepted wildcard characters are asterisk (\*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__files_8h_source#l00058">58</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>
