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

# alterResourceGroup

<div className="kinetica-doxygen">
  <div id="af35c0cbb435997a3b498e1b4c9ae3a9b" />

  <h2 className="memtitle"><span className="permalink"><a href="#af35c0cbb435997a3b498e1b4c9ae3a9b">◆ </a></span>alterResourceGroup() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupResponse">AlterResourceGroupResponse</a> kinetica.Kinetica.alterResourceGroup </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest">AlterResourceGroupRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></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>Alters the properties of an existing resource group to facilitate resource management. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L10811">10811</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="afb95b7d37ca747e29d3f6d6060cfbf4c" />

  <h2 className="memtitle"><span className="permalink"><a href="#afb95b7d37ca747e29d3f6d6060cfbf4c">◆ </a></span>alterResourceGroup() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupResponse">AlterResourceGroupResponse</a> kinetica.Kinetica.alterResourceGroup </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, IDictionary\< string, string > ></td>
                <td className="paramname"><span className="paramname"><span className="em">tier\_attributes</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">ranking</span></span><span className="paramdefsep"> = </span><span className="paramdefval"><a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">AlterResourceGroupRequest::Ranking::EMPTY\_STRING</a></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">adjoining\_resource\_group</span></span><span className="paramdefsep"> = </span><span className="paramdefval">""</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span> )</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>Alters the properties of an existing resource group to facilitate resource management. </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a43c334f10bbcaea67a278fa086d624da">IS\_DEFAULT\_GROUP</a>. </td>
            </tr>

            <tr>
              <td className="paramname">tier\_attributes</td>

              <td>
                Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max\_memory (in bytes) for the VRAM and RAM tiers. For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: {"{"}'VRAM':{"{"}'max\_memory':'1000000000'{"}"}, 'RAM':{"{"}'max\_memory':'10000000000'{"}"}{"}"}.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1TierAttributes#a7511d6dcf114e2102928cc3a296dd68c">MAX\_MEMORY</a>: Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">ranking</td>

              <td>
                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. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">EMPTY\_STRING</a>: Don't change the ranking. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a649896b233a7bb3713a47c590b48fe7f">FIRST</a>: Make this resource group the new first one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a3c0bbe3f6828353f6b65b1abfad03d3e">LAST</a>: Make this resource group the new last one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a05b5678019172172ce1863449933d833">BEFORE</a>: Place this resource group before the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a4c36b383b6e54760295ecf87282a9bf9">AFTER</a>: Place this resource group after the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                </ul>

                The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">EMPTY\_STRING</a>.
              </td>
            </tr>

            <tr>
              <td className="paramname">adjoining\_resource\_group</td>
              <td>If <span className="em">ranking</span> is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a05b5678019172172ce1863449933d833">BEFORE</a> or <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a4c36b383b6e54760295ecf87282a9bf9">AFTER</a>, this field indicates the resource group before or after which the current group will be placed; otherwise, leave blank. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af1386d858d7d0a43dfa3b7dd0176721a">MAX\_CPU\_CONCURRENCY</a>: Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. The minimum allowed value is '4'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a42ce1b3686f9e2fa2400873fca58a31e">MAX\_DATA</a>: Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. Set to -1 to indicate no upper limit. The minimum allowed value is '-1'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a66f3d1ffd4f32a9b51be49efc25f4f84">MAX\_SCHEDULING\_PRIORITY</a>: Maximum priority of a scheduled task for this group. The minimum allowed value is '1'. The maximum allowed value is '100'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a859122d6381c4c86119cbefef5d0803f">MAX\_TIER\_PRIORITY</a>: Maximum priority of a tiered object for this group. The minimum allowed value is '1'. The maximum allowed value is '10'. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a43c334f10bbcaea67a278fa086d624da">IS\_DEFAULT\_GROUP</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a>, this request applies to the global default resource group. It is an error for this field to be <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> when the <span className="em">name</span> field is also populated. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#acfe5e6810649548a3d06766cf0d64792">PERSIST</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> and a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a>.
                  </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L11006">11006</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a9f5ee2015ed612684e9708c93dfef2d3" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9f5ee2015ed612684e9708c93dfef2d3">◆ </a></span>AlterResourceGroupAsync() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupResponse">AlterResourceGroupResponse</a> > kinetica.Kinetica.AlterResourceGroupAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupRequest">AlterResourceGroupRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</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>Alters the properties of an existing resource group to facilitate resource management. </p>
      <p>(async)</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L10827">10827</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a22608179f5e0ddcd8cd4522ab37bd64f" />

  <h2 className="memtitle"><span className="permalink"><a href="#a22608179f5e0ddcd8cd4522ab37bd64f">◆ </a></span>AlterResourceGroupAsync() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AlterResourceGroupResponse">AlterResourceGroupResponse</a> > kinetica.Kinetica.AlterResourceGroupAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, IDictionary\< string, string > ></td>
                <td className="paramname"><span className="paramname"><span className="em">tier\_attributes</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">ranking</span></span><span className="paramdefsep"> = </span><span className="paramdefval"><a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">AlterResourceGroupRequest::Ranking::EMPTY\_STRING</a></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">adjoining\_resource\_group</span></span><span className="paramdefsep"> = </span><span className="paramdefval">""</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</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>Alters the properties of an existing resource group to facilitate resource management. </p>
      <p>(async)</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a43c334f10bbcaea67a278fa086d624da">IS\_DEFAULT\_GROUP</a>. </td>
            </tr>

            <tr>
              <td className="paramname">tier\_attributes</td>

              <td>
                Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max\_memory (in bytes) for the VRAM and RAM tiers. For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: {"{"}'VRAM':{"{"}'max\_memory':'1000000000'{"}"}, 'RAM':{"{"}'max\_memory':'10000000000'{"}"}{"}"}.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1TierAttributes#a7511d6dcf114e2102928cc3a296dd68c">MAX\_MEMORY</a>: Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">ranking</td>

              <td>
                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. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">EMPTY\_STRING</a>: Don't change the ranking. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a649896b233a7bb3713a47c590b48fe7f">FIRST</a>: Make this resource group the new first one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a3c0bbe3f6828353f6b65b1abfad03d3e">LAST</a>: Make this resource group the new last one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a05b5678019172172ce1863449933d833">BEFORE</a>: Place this resource group before the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a4c36b383b6e54760295ecf87282a9bf9">AFTER</a>: Place this resource group after the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                </ul>

                The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a99eaa2af1adf8d1fcdcedd823dc98eaf">EMPTY\_STRING</a>.
              </td>
            </tr>

            <tr>
              <td className="paramname">adjoining\_resource\_group</td>
              <td>If <span className="em">ranking</span> is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a05b5678019172172ce1863449933d833">BEFORE</a> or <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Ranking#a4c36b383b6e54760295ecf87282a9bf9">AFTER</a>, this field indicates the resource group before or after which the current group will be placed; otherwise, leave blank. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af1386d858d7d0a43dfa3b7dd0176721a">MAX\_CPU\_CONCURRENCY</a>: Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. The minimum allowed value is '4'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a42ce1b3686f9e2fa2400873fca58a31e">MAX\_DATA</a>: Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. Set to -1 to indicate no upper limit. The minimum allowed value is '-1'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a66f3d1ffd4f32a9b51be49efc25f4f84">MAX\_SCHEDULING\_PRIORITY</a>: Maximum priority of a scheduled task for this group. The minimum allowed value is '1'. The maximum allowed value is '100'. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a859122d6381c4c86119cbefef5d0803f">MAX\_TIER\_PRIORITY</a>: Maximum priority of a tiered object for this group. The minimum allowed value is '1'. The maximum allowed value is '10'. </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a43c334f10bbcaea67a278fa086d624da">IS\_DEFAULT\_GROUP</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a>, this request applies to the global default resource group. It is an error for this field to be <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> when the <span className="em">name</span> field is also populated. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#acfe5e6810649548a3d06766cf0d64792">PERSIST</a>: If <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> and a system-level change was requested, the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#af8238e157879dd69d473f4ec2e28b1a2">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1AlterResourceGroupRequest_1_1Options#a9ff63e833a88bc706f3c1f15c99ae8e9">TRUE</a>.
                  </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L11191">11191</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
