> ## 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.

# kinetica.RepartitionGraphRequest.Options

> kinetica.RepartitionGraphRequest.Options — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RepartitionGraphRequest#a92eacce69e47caad0622e496163ebada" title="Optional parameters.">RepartitionGraphRequest.options</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a0630b6bd5979749ff5e6bfbfca7edf75" id="r_a0630b6bd5979749ff5e6bfbfca7edf75">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0630b6bd5979749ff5e6bfbfca7edf75">NEW\_GRAPH\_NAME</a> = "new\_graph\_name"</td>
      </tr>

      <tr className="memdesc:a0630b6bd5979749ff5e6bfbfca7edf75">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name. <br /></td>
      </tr>

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

      <tr className="memitem:a608428b19fba64b191ee42e0d8561a00" id="r_a608428b19fba64b191ee42e0d8561a00">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a608428b19fba64b191ee42e0d8561a00">SOURCE\_NODE</a> = "source\_node"</td>
      </tr>

      <tr className="memdesc:a608428b19fba64b191ee42e0d8561a00">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The distributed shortest path solve is run from this source node to all the nodes in the graph to create balanced partitions using the iso-distance levels of the solution. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RepartitionGraphRequest#a92eacce69e47caad0622e496163ebada" title="Optional parameters.">RepartitionGraphRequest.options</a>. </p>
      <p>Optional parameters.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source#l00027">27</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source">RepartitionGraph.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a0630b6bd5979749ff5e6bfbfca7edf75">◆ </a></span>NEW\_GRAPH\_NAME</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RepartitionGraphRequest.Options.NEW\_GRAPH\_NAME = "new\_graph\_name"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new balanced graph will be created under this given name. </p>
        <p>When the value is empty (default), the generated 'balanced' graph will replace the original 'unbalanced' graph under the same graph name. The default value is ''.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source#l00035">35</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source">RepartitionGraph.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a608428b19fba64b191ee42e0d8561a00">◆ </a></span>SOURCE\_NODE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RepartitionGraphRequest.Options.SOURCE\_NODE = "source\_node"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The distributed shortest path solve is run from this source node to all the nodes in the graph to create balanced partitions using the iso-distance levels of the solution. </p>
        <p>The source node is selected by the rebalance algorithm automatically (default case when the value is an empty string). Otherwise, the user specified node is used as the source. The default value is ''.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source#l00044">44</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source">RepartitionGraph.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2RepartitionGraph_8cs_source">RepartitionGraph.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2RepartitionGraph_8cs_source">RepartitionGraph.cs</a></li>
    </ul>
  </div>
</div>
