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

> kinetica.CreateResourceGroupRequest.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_1CreateResourceGroupRequest#ad7afaee8eab0c1831a48ea111517da60" title="Optional parameters.">CreateResourceGroupRequest.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:a0932adff0ac8e9d948267441eacefec3" id="r_a0932adff0ac8e9d948267441eacefec3">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0932adff0ac8e9d948267441eacefec3">MAX\_CPU\_CONCURRENCY</a> = "max\_cpu\_concurrency"</td>
      </tr>

      <tr className="memdesc:a0932adff0ac8e9d948267441eacefec3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. <br /></td>
      </tr>

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

      <tr className="memitem:a65f6c3d72438a91f3933baa9b9eae656" id="r_a65f6c3d72438a91f3933baa9b9eae656">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a65f6c3d72438a91f3933baa9b9eae656">MAX\_DATA</a> = "max\_data"</td>
      </tr>

      <tr className="memdesc:a65f6c3d72438a91f3933baa9b9eae656">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. <br /></td>
      </tr>

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

      <tr className="memitem:aa81d9cad61b5ed9a8f813d3a5380f4cb" id="r_aa81d9cad61b5ed9a8f813d3a5380f4cb">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa81d9cad61b5ed9a8f813d3a5380f4cb">MAX\_SCHEDULING\_PRIORITY</a> = "max\_scheduling\_priority"</td>
      </tr>

      <tr className="memdesc:aa81d9cad61b5ed9a8f813d3a5380f4cb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum priority of a scheduled task for this group. <br /></td>
      </tr>

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

      <tr className="memitem:af1c582ebef73339873af2c96de6da612" id="r_af1c582ebef73339873af2c96de6da612">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af1c582ebef73339873af2c96de6da612">MAX\_TIER\_PRIORITY</a> = "max\_tier\_priority"</td>
      </tr>

      <tr className="memdesc:af1c582ebef73339873af2c96de6da612">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum priority of a tiered object for this group. <br /></td>
      </tr>

      <tr className="separator:af1c582ebef73339873af2c96de6da612">
        <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_1CreateResourceGroupRequest#ad7afaee8eab0c1831a48ea111517da60" title="Optional parameters.">CreateResourceGroupRequest.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_2CreateResourceGroup_8cs_source#l00063">63</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_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a0932adff0ac8e9d948267441eacefec3">◆ </a></span>MAX\_CPU\_CONCURRENCY</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.CreateResourceGroupRequest.Options.MAX\_CPU\_CONCURRENCY = "max\_cpu\_concurrency"</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>Maximum number of simultaneous threads that will be used to execute a request, per rank, for this group. </p>
        <p>The minimum allowed value is '4'.</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_2CreateResourceGroup_8cs_source#l00068">68</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_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a65f6c3d72438a91f3933baa9b9eae656">◆ </a></span>MAX\_DATA</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.CreateResourceGroupRequest.Options.MAX\_DATA = "max\_data"</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>Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group. </p>
        <p>Set to -1 to indicate no upper limit. The minimum allowed value is '-1'.</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_2CreateResourceGroup_8cs_source#l00074">74</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_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa81d9cad61b5ed9a8f813d3a5380f4cb">◆ </a></span>MAX\_SCHEDULING\_PRIORITY</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.CreateResourceGroupRequest.Options.MAX\_SCHEDULING\_PRIORITY = "max\_scheduling\_priority"</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>Maximum priority of a scheduled task for this group. </p>
        <p>The minimum allowed value is '1'. The maximum allowed value is '100'.</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_2CreateResourceGroup_8cs_source#l00080">80</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_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af1c582ebef73339873af2c96de6da612">◆ </a></span>MAX\_TIER\_PRIORITY</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.CreateResourceGroupRequest.Options.MAX\_TIER\_PRIORITY = "max\_tier\_priority"</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>Maximum priority of a tiered object for this group. </p>
        <p>The minimum allowed value is '1'. The maximum allowed value is '10'.</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_2CreateResourceGroup_8cs_source#l00086">86</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_2CreateResourceGroup_8cs_source">CreateResourceGroup.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_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2CreateResourceGroup_8cs_source">CreateResourceGroup.cs</a></li>
    </ul>
  </div>
</div>
