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

> gpudb::UpdateRecordsResponse — 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#a9db9f3f48674be912871065a523157bd">GPUdb::updateRecords</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/update__records_8h_source">gpudb/protocol/update\_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:a44e26894f13c6aa8377da080a7e159bd" id="r_a44e26894f13c6aa8377da080a7e159bd">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a44e26894f13c6aa8377da080a7e159bd">UpdateRecordsResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a44e26894f13c6aa8377da080a7e159bd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1UpdateRecordsResponse" title="A set of results returned by GPUdb::updateRecords.">UpdateRecordsResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a44e26894f13c6aa8377da080a7e159bd">
        <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:a0ae5748e366ff11b8f22a40780b08663" id="r_a0ae5748e366ff11b8f22a40780b08663">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0ae5748e366ff11b8f22a40780b08663">countUpdated</a></td>
      </tr>

      <tr className="memdesc:a0ae5748e366ff11b8f22a40780b08663">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records updated. <br /></td>
      </tr>

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

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

      <tr className="memdesc:aba278e6569cd0cc7cb5866755bbccb44">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records updated per predicate in <a className="el" href="/content/api/cpp/structgpudb_1_1RawUpdateRecordsRequest#a031d78b85f296b946451f91c739b23e7">expressions</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a00d3bf3b29b26eac22eea718d1a42438" id="r_a00d3bf3b29b26eac22eea718d1a42438">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a00d3bf3b29b26eac22eea718d1a42438">countInserted</a></td>
      </tr>

      <tr className="memdesc:a00d3bf3b29b26eac22eea718d1a42438">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records inserted (due to expressions not matching any existing records). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a250ed511cc6f436020bb77beb7bc5149">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of records inserted per predicate in <a className="el" href="/content/api/cpp/structgpudb_1_1RawUpdateRecordsRequest#a031d78b85f296b946451f91c739b23e7">expressions</a> (will be either 0 or 1 for each expression). <br /></td>
      </tr>

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

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

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

      <tr className="separator:acbf13c0fa4fead01e151014e644f3e25">
        <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#a9db9f3f48674be912871065a523157bd">GPUdb::updateRecords</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01522">1522</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::UpdateRecordsResponse::UpdateRecordsResponse </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 an <a className="el" href="/content/api/cpp/structgpudb_1_1UpdateRecordsResponse" title="A set of results returned by GPUdb::updateRecords.">UpdateRecordsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01527">1527</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Total number of records inserted (due to expressions not matching any existing records). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01551">1551</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a250ed511cc6f436020bb77beb7bc5149">◆ </a></span>countsInserted</h2>

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

      <div className="memdoc">
        <p>Total number of records inserted per predicate in <a className="el" href="/content/api/cpp/structgpudb_1_1RawUpdateRecordsRequest#a031d78b85f296b946451f91c739b23e7">expressions</a> (will be either 0 or 1 for each expression). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01558">1558</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aba278e6569cd0cc7cb5866755bbccb44">◆ </a></span>countsUpdated</h2>

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

      <div className="memdoc">
        <p>Total number of records updated per predicate in <a className="el" href="/content/api/cpp/structgpudb_1_1RawUpdateRecordsRequest#a031d78b85f296b946451f91c739b23e7">expressions</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01545">1545</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0ae5748e366ff11b8f22a40780b08663">◆ </a></span>countUpdated</h2>

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

      <div className="memdoc">
        <p>Total number of records updated. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/update__records_8h_source#l01539">1539</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_records.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::UpdateRecordsResponse::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/update__records_8h_source#l01563">1563</a> of file <a className="el" href="/content/api/cpp/update__records_8h_source">update\_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/update__records_8h_source">update\_records.h</a></li>
    </ul>
  </div>
</div>
