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

# createResourceGroup

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

  <h2 className="memtitle"><span className="permalink"><a href="#a393c85ff57524820bf197958d68fbd39">◆ </a></span>createResourceGroup() <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_1CreateResourceGroupResponse">CreateResourceGroupResponse</a> kinetica.Kinetica.createResourceGroup </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateResourceGroupRequest">CreateResourceGroupRequest</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>Creates a new 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#L23224">23224</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="a0e90986531b78e6044eb0149cd4411b4" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0e90986531b78e6044eb0149cd4411b4">◆ </a></span>createResourceGroup() <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_1CreateResourceGroupResponse">CreateResourceGroupResponse</a> kinetica.Kinetica.createResourceGroup </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>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">ranking</span></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>Creates a new 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 created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name.</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_1CreateResourceGroupRequest_1_1TierAttributes#a505680a23b4394c8fd235d8ec6b7ee36">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>
                Indicates the relative ranking among existing resource groups where this new resource group will be placed. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#aa3ca100e566eec4501c2189f9ee119f6">FIRST</a>: Make this resource group the new first one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a9b86e6364147005940f502bb3b646239">LAST</a>: Make this resource group the new last one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a58a7824c545b035da76d3f993ccdfa59">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_1CreateResourceGroupRequest_1_1Ranking#a0b9d4708d0b176967ec5ac0270c80955">AFTER</a>: Place this resource group after the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                </ul>
              </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_1CreateResourceGroupRequest_1_1Ranking#a58a7824c545b035da76d3f993ccdfa59">BEFORE</a> or <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a0b9d4708d0b176967ec5ac0270c80955">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_1CreateResourceGroupRequest_1_1Options#a665616c21f2e26e9a5caebf46ec7d3e0">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_1CreateResourceGroupRequest_1_1Options#a0ddac6a9bd41e401d3ab59588830a86b">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_1CreateResourceGroupRequest_1_1Options#ad0524c501a48789d60243206b9bec772">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_1CreateResourceGroupRequest_1_1Options#acf4934d006457c105180d822aa2cfb09">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>
                </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#L23353">23353</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="a0238d6bf5c853c100a3ee316ab70076f" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0238d6bf5c853c100a3ee316ab70076f">◆ </a></span>CreateResourceGroupAsync() <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_1CreateResourceGroupResponse">CreateResourceGroupResponse</a> > kinetica.Kinetica.CreateResourceGroupAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateResourceGroupRequest">CreateResourceGroupRequest</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>Creates a new 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#L23240">23240</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="a679cc170bf6ba395e70ee9dacddb58a8" />

  <h2 className="memtitle"><span className="permalink"><a href="#a679cc170bf6ba395e70ee9dacddb58a8">◆ </a></span>CreateResourceGroupAsync() <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_1CreateResourceGroupResponse">CreateResourceGroupResponse</a> > kinetica.Kinetica.CreateResourceGroupAsync </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>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">ranking</span></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>Creates a new 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 created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match existing resource group name.</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_1CreateResourceGroupRequest_1_1TierAttributes#a505680a23b4394c8fd235d8ec6b7ee36">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>
                Indicates the relative ranking among existing resource groups where this new resource group will be placed. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#aa3ca100e566eec4501c2189f9ee119f6">FIRST</a>: Make this resource group the new first one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a9b86e6364147005940f502bb3b646239">LAST</a>: Make this resource group the new last one in the ordering. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a58a7824c545b035da76d3f993ccdfa59">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_1CreateResourceGroupRequest_1_1Ranking#a0b9d4708d0b176967ec5ac0270c80955">AFTER</a>: Place this resource group after the one specified by <span className="em">adjoining\_resource\_group</span> in the ordering. </li>
                </ul>
              </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_1CreateResourceGroupRequest_1_1Ranking#a58a7824c545b035da76d3f993ccdfa59">BEFORE</a> or <a className="el" href="/content/api/cs/structkinetica_1_1CreateResourceGroupRequest_1_1Ranking#a0b9d4708d0b176967ec5ac0270c80955">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_1CreateResourceGroupRequest_1_1Options#a665616c21f2e26e9a5caebf46ec7d3e0">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_1CreateResourceGroupRequest_1_1Options#a0ddac6a9bd41e401d3ab59588830a86b">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_1CreateResourceGroupRequest_1_1Options#ad0524c501a48789d60243206b9bec772">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_1CreateResourceGroupRequest_1_1Options#acf4934d006457c105180d822aa2cfb09">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>
                </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#L23472">23472</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>
