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

> kinetica.CreateProcRequest.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_1CreateProcRequest#a2cf739d92c714cda7a74e267c755a39e" title="Optional parameters.">CreateProcRequest.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:af65e1537bc07b2fd9bfd5db641b32b66" id="r_af65e1537bc07b2fd9bfd5db641b32b66">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af65e1537bc07b2fd9bfd5db641b32b66">MAX\_CONCURRENCY\_PER\_NODE</a> = "max\_concurrency\_per\_node"</td>
      </tr>

      <tr className="memdesc:af65e1537bc07b2fd9bfd5db641b32b66">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The maximum number of concurrent instances of the proc that will be executed per node. <br /></td>
      </tr>

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

      <tr className="memitem:a95261e0fa57aa07111bf458e70ff04c5" id="r_a95261e0fa57aa07111bf458e70ff04c5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a95261e0fa57aa07111bf458e70ff04c5">SET\_ENVIRONMENT</a> = "set\_environment"</td>
      </tr>

      <tr className="memdesc:a95261e0fa57aa07111bf458e70ff04c5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A python environment to use when executing the proc. <br /></td>
      </tr>

      <tr className="separator:a95261e0fa57aa07111bf458e70ff04c5">
        <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_1CreateProcRequest#a2cf739d92c714cda7a74e267c755a39e" title="Optional parameters.">CreateProcRequest.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_2CreateProc_8cs_source#l00046">46</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_2CreateProc_8cs_source">CreateProc.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#af65e1537bc07b2fd9bfd5db641b32b66">◆ </a></span>MAX\_CONCURRENCY\_PER\_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.CreateProcRequest.Options.MAX\_CONCURRENCY\_PER\_NODE = "max\_concurrency\_per\_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 maximum number of concurrent instances of the proc that will be executed per node. </p>
        <p>0 allows unlimited concurrency. The default value is '0'.</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_2CreateProc_8cs_source#l00052">52</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_2CreateProc_8cs_source">CreateProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a95261e0fa57aa07111bf458e70ff04c5">◆ </a></span>SET\_ENVIRONMENT</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.CreateProcRequest.Options.SET\_ENVIRONMENT = "set\_environment"</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>A python environment to use when executing the proc. </p>
        <p>Must be an existing environment, else an error will be returned. 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_2CreateProc_8cs_source#l00058">58</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_2CreateProc_8cs_source">CreateProc.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_2CreateProc_8cs_source">CreateProc.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2CreateProc_8cs_source">CreateProc.cs</a></li>
    </ul>
  </div>
</div>
