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

> gpudb::DeleteFilesResponse — 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#a75e4fd348dc250cbb2a1c21fb893ec4f">GPUdb::deleteFiles</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/delete__files_8h_source">gpudb/protocol/delete\_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:a715dfca85fb4e9d931a37920c5ad5762" id="r_a715dfca85fb4e9d931a37920c5ad5762">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a715dfca85fb4e9d931a37920c5ad5762">DeleteFilesResponse</a> ()</td>
      </tr>

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

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

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

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

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

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

      <tr className="separator:a71784da099ee1301376a5018a5483c51">
        <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#a75e4fd348dc250cbb2a1c21fb893ec4f">GPUdb::deleteFiles</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__files_8h_source#l00148">148</a> of file <a className="el" href="/content/api/cpp/delete__files_8h_source">delete\_files.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::DeleteFilesResponse::DeleteFilesResponse </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_1DeleteFilesResponse" title="A set of results returned by GPUdb::deleteFiles.">DeleteFilesResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__files_8h_source#l00153">153</a> of file <a className="el" href="/content/api/cpp/delete__files_8h_source">delete\_files.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Names of the files deleted from KiFS. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__files_8h_source#l00162">162</a> of file <a className="el" href="/content/api/cpp/delete__files_8h_source">delete\_files.h</a>.</p>
      </div>
    </div>

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

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