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

> gpudb::DeleteRecordsResponse — 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#a737a76b0c9fdd8d091dc6d02e9fcac78">GPUdb::deleteRecords</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/delete__records_8h_source">gpudb/protocol/delete\_records.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:af1f27e436942dc8b99746fb52875e322" id="r_af1f27e436942dc8b99746fb52875e322">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af1f27e436942dc8b99746fb52875e322">DeleteRecordsResponse</a> ()</td>
      </tr>

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

      <tr className="separator:af1f27e436942dc8b99746fb52875e322">
        <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:a099d20b33f17b4a10f9f22f50c51098d" id="r_a099d20b33f17b4a10f9f22f50c51098d">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a099d20b33f17b4a10f9f22f50c51098d">countDeleted</a></td>
      </tr>

      <tr className="memdesc:a099d20b33f17b4a10f9f22f50c51098d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records deleted across all expressions. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a11ba39438f2fed3ff3b217dfc8dbd793">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records deleted per expression. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ae93a39a4224c7779840890160cada70a">
        <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#a737a76b0c9fdd8d091dc6d02e9fcac78">GPUdb::deleteRecords</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__records_8h_source#l00223">223</a> of file <a className="el" href="/content/api/cpp/delete__records_8h_source">delete\_records.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::DeleteRecordsResponse::DeleteRecordsResponse </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_1DeleteRecordsResponse" title="A set of results returned by GPUdb::deleteRecords.">DeleteRecordsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__records_8h_source#l00228">228</a> of file <a className="el" href="/content/api/cpp/delete__records_8h_source">delete\_records.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Total number of records deleted across all expressions. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__records_8h_source#l00238">238</a> of file <a className="el" href="/content/api/cpp/delete__records_8h_source">delete\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a11ba39438f2fed3ff3b217dfc8dbd793">◆ </a></span>countsDeleted</h2>

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

      <div className="memdoc">
        <p>Total number of records deleted per expression. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/delete__records_8h_source#l00243">243</a> of file <a className="el" href="/content/api/cpp/delete__records_8h_source">delete\_records.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::DeleteRecordsResponse::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__records_8h_source#l00248">248</a> of file <a className="el" href="/content/api/cpp/delete__records_8h_source">delete\_records.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__records_8h_source">delete\_records.h</a></li>
    </ul>
  </div>
</div>
