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

> kinetica.AlterResourceGroupRequest.Ranking — 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_1AlterResourceGroupRequest#acf433baac07cf545643ea585401b9cbe" title="If the resource group ranking is to be updated, this indicates the relative ranking among existing re...">AlterResourceGroupRequest.ranking</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:ac00109832666535d9b9c2bde336cb7dd" id="r_ac00109832666535d9b9c2bde336cb7dd">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac00109832666535d9b9c2bde336cb7dd">EMPTY\_STRING</a> = ""</td>
      </tr>

      <tr className="memdesc:ac00109832666535d9b9c2bde336cb7dd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Don't change the ranking. <br /></td>
      </tr>

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

      <tr className="memitem:ac6d2b82d1e508876d8930c83078ba4b5" id="r_ac6d2b82d1e508876d8930c83078ba4b5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac6d2b82d1e508876d8930c83078ba4b5">FIRST</a> = "first"</td>
      </tr>

      <tr className="memdesc:ac6d2b82d1e508876d8930c83078ba4b5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Make this resource group the new first one in the ordering. <br /></td>
      </tr>

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

      <tr className="memitem:a7a2a006089f101235a6c4e87a6ba1ae9" id="r_a7a2a006089f101235a6c4e87a6ba1ae9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7a2a006089f101235a6c4e87a6ba1ae9">LAST</a> = "last"</td>
      </tr>

      <tr className="memdesc:a7a2a006089f101235a6c4e87a6ba1ae9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Make this resource group the new last one in the ordering. <br /></td>
      </tr>

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

      <tr className="memitem:acbe4b8ec22ea2e9a91f8d03d26673e70" id="r_acbe4b8ec22ea2e9a91f8d03d26673e70">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acbe4b8ec22ea2e9a91f8d03d26673e70">BEFORE</a> = "before"</td>
      </tr>

      <tr className="memdesc:acbe4b8ec22ea2e9a91f8d03d26673e70">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Place this resource group before the one specified by <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest#a90386fe18bce8ca81be8bc07116c8291" title="If AlterResourceGroupRequest.ranking is BEFORE or AFTER, this field indicates the resource group befo...">AlterResourceGroupRequest.adjoining\_resource\_group</a> in the ordering. <br /></td>
      </tr>

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

      <tr className="memitem:aa28d8f0aa0583641ff8202afd1bf887d" id="r_aa28d8f0aa0583641ff8202afd1bf887d">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa28d8f0aa0583641ff8202afd1bf887d">AFTER</a> = "after"</td>
      </tr>

      <tr className="memdesc:aa28d8f0aa0583641ff8202afd1bf887d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Place this resource group after the one specified by <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest#a90386fe18bce8ca81be8bc07116c8291" title="If AlterResourceGroupRequest.ranking is BEFORE or AFTER, this field indicates the resource group befo...">AlterResourceGroupRequest.adjoining\_resource\_group</a> in the ordering. <br /></td>
      </tr>

      <tr className="separator:aa28d8f0aa0583641ff8202afd1bf887d">
        <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_1AlterResourceGroupRequest#acf433baac07cf545643ea585401b9cbe" title="If the resource group ranking is to be updated, this indicates the relative ranking among existing re...">AlterResourceGroupRequest.ranking</a>. </p>
      <p>If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.</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_2AlterResourceGroup_8cs_source#l00040">40</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aa28d8f0aa0583641ff8202afd1bf887d">◆ </a></span>AFTER</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.AlterResourceGroupRequest.Ranking.AFTER = "after"</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>Place this resource group after the one specified by <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest#a90386fe18bce8ca81be8bc07116c8291" title="If AlterResourceGroupRequest.ranking is BEFORE or AFTER, this field indicates the resource group befo...">AlterResourceGroupRequest.adjoining\_resource\_group</a> in the ordering. </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_2AlterResourceGroup_8cs_source#l00061">61</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acbe4b8ec22ea2e9a91f8d03d26673e70">◆ </a></span>BEFORE</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.AlterResourceGroupRequest.Ranking.BEFORE = "before"</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>Place this resource group before the one specified by <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest#a90386fe18bce8ca81be8bc07116c8291" title="If AlterResourceGroupRequest.ranking is BEFORE or AFTER, this field indicates the resource group befo...">AlterResourceGroupRequest.adjoining\_resource\_group</a> in the ordering. </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_2AlterResourceGroup_8cs_source#l00056">56</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac00109832666535d9b9c2bde336cb7dd">◆ </a></span>EMPTY\_STRING</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.AlterResourceGroupRequest.Ranking.EMPTY\_STRING = ""</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>Don't change the ranking. </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_2AlterResourceGroup_8cs_source#l00043">43</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac6d2b82d1e508876d8930c83078ba4b5">◆ </a></span>FIRST</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.AlterResourceGroupRequest.Ranking.FIRST = "first"</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>Make this resource group the new first one in the ordering. </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_2AlterResourceGroup_8cs_source#l00047">47</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7a2a006089f101235a6c4e87a6ba1ae9">◆ </a></span>LAST</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.AlterResourceGroupRequest.Ranking.LAST = "last"</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>Make this resource group the new last one in the ordering. </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_2AlterResourceGroup_8cs_source#l00051">51</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_2AlterResourceGroup_8cs_source">AlterResourceGroup.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_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AlterResourceGroup_8cs_source">AlterResourceGroup.cs</a></li>
    </ul>
  </div>
</div>
