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

> gpudb::ModifyGraphResponse — 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#a912d185d316a02e1b1cb366ef352fbcf">GPUdb::modifyGraph</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/modify__graph_8h_source">gpudb/protocol/modify\_graph.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:ae18e6eb4ef1468c6744b3375642b698a" id="r_ae18e6eb4ef1468c6744b3375642b698a">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae18e6eb4ef1468c6744b3375642b698a">ModifyGraphResponse</a> ()</td>
      </tr>

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

      <tr className="separator:ae18e6eb4ef1468c6744b3375642b698a">
        <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:a42646171ded6db4c57ade5ddbee6af3c" id="r_a42646171ded6db4c57ade5ddbee6af3c">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a42646171ded6db4c57ade5ddbee6af3c">result</a></td>
      </tr>

      <tr className="memdesc:a42646171ded6db4c57ade5ddbee6af3c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a successful modification on all servers. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a8fe75c109da787e0884d6b7ec0e7f1af">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of nodes in the graph. <br /></td>
      </tr>

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

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

      <tr className="memdesc:aedd3edea1a5b95b2a9036f5a8dae566f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of edges in the graph. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a6c58f9fe65878560fe61db9672659333">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Edges given as pairs of node indices. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a266ce7a4aed4ce99a13570cc0987f5a8">
        <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#a912d185d316a02e1b1cb366ef352fbcf">GPUdb::modifyGraph</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00686">686</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ModifyGraphResponse::ModifyGraphResponse </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_1ModifyGraphResponse" title="A set of results returned by GPUdb::modifyGraph.">ModifyGraphResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00691">691</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Edges given as pairs of node indices. </p>
        <p>Only populated if <a className="el" href="/content/api/cpp/namespacegpudb#af50cd242d9124156fd783c163d724bf5">export\_create\_results</a> is set to <a className="el" href="/content/api/cpp/namespacegpudb#a1f3bc632081b751d3512630697e9fb94">true</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00720">720</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ModifyGraphResponse::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/modify__graph_8h_source#l00725">725</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aedd3edea1a5b95b2a9036f5a8dae566f">◆ </a></span>numEdges</h2>

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

      <div className="memdoc">
        <p>Total number of edges in the graph. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00713">713</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8fe75c109da787e0884d6b7ec0e7f1af">◆ </a></span>numNodes</h2>

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

      <div className="memdoc">
        <p>Total number of nodes in the graph. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00708">708</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a42646171ded6db4c57ade5ddbee6af3c">◆ </a></span>result</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::ModifyGraphResponse::result</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates a successful modification on all servers. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/modify__graph_8h_source#l00703">703</a> of file <a className="el" href="/content/api/cpp/modify__graph_8h_source">modify\_graph.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/modify__graph_8h_source">modify\_graph.h</a></li>
    </ul>
  </div>
</div>
