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

> kinetica.ExecuteProcRequest.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_1ExecuteProcRequest#a28daa7a6f1d6e7868e48122339d816d8" title="Optional parameters.">ExecuteProcRequest.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:a401cbbc64a60939f55c8fd87e05ca110" id="r_a401cbbc64a60939f55c8fd87e05ca110">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a401cbbc64a60939f55c8fd87e05ca110">CACHE\_INPUT</a> = "cache\_input"</td>
      </tr>

      <tr className="memdesc:a401cbbc64a60939f55c8fd87e05ca110">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">No longer supported; option will be ignored. <br /></td>
      </tr>

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

      <tr className="memitem:ad21a3d0935b5f8f652264a5a616f0321" id="r_ad21a3d0935b5f8f652264a5a616f0321">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad21a3d0935b5f8f652264a5a616f0321">USE\_CACHED\_INPUT</a> = "use\_cached\_input"</td>
      </tr>

      <tr className="memdesc:ad21a3d0935b5f8f652264a5a616f0321">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">No longer supported; option will be ignored. <br /></td>
      </tr>

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

      <tr className="memitem:a33e5cf50ffa8f3edb0e311052635aac6" id="r_a33e5cf50ffa8f3edb0e311052635aac6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a33e5cf50ffa8f3edb0e311052635aac6">RUN\_TAG</a> = "run\_tag"</td>
      </tr>

      <tr className="memdesc:a33e5cf50ffa8f3edb0e311052635aac6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A string that, if not empty, can be used in subsequent calls to <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a63c727c0d7264750e61ef8e7c836ebb3">Kinetica.showProcStatus</a> or <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#af0a72d4675bbb49b5d3ba88dbe31a664">Kinetica.killProc</a> to identify the proc instance. <br /></td>
      </tr>

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

      <tr className="memitem:ac02b3fd1d1306df40a696e808ba2cca4" id="r_ac02b3fd1d1306df40a696e808ba2cca4">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac02b3fd1d1306df40a696e808ba2cca4">MAX\_OUTPUT\_LINES</a> = "max\_output\_lines"</td>
      </tr>

      <tr className="memdesc:ac02b3fd1d1306df40a696e808ba2cca4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The maximum number of lines of output from stdout and stderr to return via <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a63c727c0d7264750e61ef8e7c836ebb3">Kinetica.showProcStatus</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a1444a42e860a5aa02f0ce9c754423d85" id="r_a1444a42e860a5aa02f0ce9c754423d85">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1444a42e860a5aa02f0ce9c754423d85">EXECUTE\_AT\_STARTUP</a> = "execute\_at\_startup"</td>
      </tr>

      <tr className="memdesc:a1444a42e860a5aa02f0ce9c754423d85">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a>, an instance of the proc will run when the database is started instead of running immediately. <br /></td>
      </tr>

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

      <tr className="memitem:a567945c1f8fedd3db8d70ac5c7999105" id="r_a567945c1f8fedd3db8d70ac5c7999105">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:a567945c1f8fedd3db8d70ac5c7999105">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1ExecuteProcRequest_1_1Options" title="A set of string constants for the parameter ExecuteProcRequest.options.">ExecuteProcRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:ad87c599cae6cc5aeeefc8b2a7364ae0c" id="r_ad87c599cae6cc5aeeefc8b2a7364ae0c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad87c599cae6cc5aeeefc8b2a7364ae0c">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:ad87c599cae6cc5aeeefc8b2a7364ae0c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1ExecuteProcRequest_1_1Options" title="A set of string constants for the parameter ExecuteProcRequest.options.">ExecuteProcRequest.Options</a> options. <br /></td>
      </tr>

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

      <tr className="memitem:ae1d9d19f450a1c4efff9ce96c806afc1" id="r_ae1d9d19f450a1c4efff9ce96c806afc1">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae1d9d19f450a1c4efff9ce96c806afc1">EXECUTE\_AT\_STARTUP\_AS</a> = "execute\_at\_startup\_as"</td>
      </tr>

      <tr className="memdesc:ae1d9d19f450a1c4efff9ce96c806afc1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sets the alternate user name to execute this proc instance as when <a className="el" href="#a1444a42e860a5aa02f0ce9c754423d85">EXECUTE\_AT\_STARTUP</a> is <a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a>. <br /></td>
      </tr>

      <tr className="separator:ae1d9d19f450a1c4efff9ce96c806afc1">
        <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_1ExecuteProcRequest#a28daa7a6f1d6e7868e48122339d816d8" title="Optional parameters.">ExecuteProcRequest.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_2ExecuteProc_8cs_source#l00029">29</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a401cbbc64a60939f55c8fd87e05ca110">◆ </a></span>CACHE\_INPUT</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.ExecuteProcRequest.Options.CACHE\_INPUT = "cache\_input"</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>No longer supported; option will be ignored. </p>
        <p>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_2ExecuteProc_8cs_source#l00033">33</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1444a42e860a5aa02f0ce9c754423d85">◆ </a></span>EXECUTE\_AT\_STARTUP</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.ExecuteProcRequest.Options.EXECUTE\_AT\_STARTUP = "execute\_at\_startup"</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>If <a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a>, an instance of the proc will run when the database is started instead of running immediately. </p>
        <p>The <a className="el" href="/content/api/cs/classkinetica_1_1ExecuteProcResponse#aadb4ba63213bbc36cad605cc4dfc9f91">run\_id</a> can be retrieved using <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a8ca2fac9ce1141844909df234e60afc8">Kinetica.showProc</a> and used in <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a63c727c0d7264750e61ef8e7c836ebb3">Kinetica.showProcStatus</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a> </li>
          <li> <a className="el" href="#ad87c599cae6cc5aeeefc8b2a7364ae0c">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#ad87c599cae6cc5aeeefc8b2a7364ae0c">FALSE</a>.</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_2ExecuteProc_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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae1d9d19f450a1c4efff9ce96c806afc1">◆ </a></span>EXECUTE\_AT\_STARTUP\_AS</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.ExecuteProcRequest.Options.EXECUTE\_AT\_STARTUP\_AS = "execute\_at\_startup\_as"</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>Sets the alternate user name to execute this proc instance as when <a className="el" href="#a1444a42e860a5aa02f0ce9c754423d85">EXECUTE\_AT\_STARTUP</a> is <a className="el" href="#a567945c1f8fedd3db8d70ac5c7999105">TRUE</a>. </p>
        <p>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_2ExecuteProc_8cs_source#l00096">96</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad87c599cae6cc5aeeefc8b2a7364ae0c">◆ </a></span>FALSE</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.ExecuteProcRequest.Options.FALSE = "false"</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 boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1ExecuteProcRequest_1_1Options" title="A set of string constants for the parameter ExecuteProcRequest.options.">ExecuteProcRequest.Options</a> options. </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_2ExecuteProc_8cs_source#l00088">88</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac02b3fd1d1306df40a696e808ba2cca4">◆ </a></span>MAX\_OUTPUT\_LINES</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.ExecuteProcRequest.Options.MAX\_OUTPUT\_LINES = "max\_output\_lines"</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 lines of output from stdout and stderr to return via <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a63c727c0d7264750e61ef8e7c836ebb3">Kinetica.showProcStatus</a>. </p>
        <p>If the number of lines output exceeds the maximum, earlier lines are discarded. The default 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_2ExecuteProc_8cs_source#l00055">55</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a33e5cf50ffa8f3edb0e311052635aac6">◆ </a></span>RUN\_TAG</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.ExecuteProcRequest.Options.RUN\_TAG = "run\_tag"</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 string that, if not empty, can be used in subsequent calls to <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a63c727c0d7264750e61ef8e7c836ebb3">Kinetica.showProcStatus</a> or <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#af0a72d4675bbb49b5d3ba88dbe31a664">Kinetica.killProc</a> to identify the proc instance. </p>
        <p>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_2ExecuteProc_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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a567945c1f8fedd3db8d70ac5c7999105">◆ </a></span>TRUE</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.ExecuteProcRequest.Options.TRUE = "true"</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 boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1ExecuteProcRequest_1_1Options" title="A set of string constants for the parameter ExecuteProcRequest.options.">ExecuteProcRequest.Options</a> options. </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_2ExecuteProc_8cs_source#l00084">84</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_2ExecuteProc_8cs_source">ExecuteProc.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad21a3d0935b5f8f652264a5a616f0321">◆ </a></span>USE\_CACHED\_INPUT</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.ExecuteProcRequest.Options.USE\_CACHED\_INPUT = "use\_cached\_input"</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>No longer supported; option will be ignored. </p>
        <p>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_2ExecuteProc_8cs_source#l00037">37</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_2ExecuteProc_8cs_source">ExecuteProc.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_2ExecuteProc_8cs_source">ExecuteProc.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2ExecuteProc_8cs_source">ExecuteProc.cs</a></li>
    </ul>
  </div>
</div>
