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

> kinetica.AggregateStatisticsRequest.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_1AggregateStatisticsRequest#a0698432089ca928f5613625c14beee83" title="Optional parameters.">AggregateStatisticsRequest.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:ab1d397f49f8a0cd61761a343603732a2" id="r_ab1d397f49f8a0cd61761a343603732a2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab1d397f49f8a0cd61761a343603732a2">ADDITIONAL\_COLUMN\_NAMES</a> = "additional\_column\_names"</td>
      </tr>

      <tr className="memdesc:ab1d397f49f8a0cd61761a343603732a2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A list of comma separated column names over which statistics can be accumulated along with the primary column. <br /></td>
      </tr>

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

      <tr className="memitem:a2815d58198dfb453822e6d13ca22bbc9" id="r_a2815d58198dfb453822e6d13ca22bbc9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2815d58198dfb453822e6d13ca22bbc9">WEIGHT\_COLUMN\_NAME</a> = "weight\_column\_name"</td>
      </tr>

      <tr className="memdesc:a2815d58198dfb453822e6d13ca22bbc9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of column used as weighting attribute for the weighted average statistic. <br /></td>
      </tr>

      <tr className="separator:a2815d58198dfb453822e6d13ca22bbc9">
        <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_1AggregateStatisticsRequest#a0698432089ca928f5613625c14beee83" title="Optional parameters.">AggregateStatisticsRequest.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_2AggregateStatistics_8cs_source#l00139">139</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_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ab1d397f49f8a0cd61761a343603732a2">◆ </a></span>ADDITIONAL\_COLUMN\_NAMES</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.AggregateStatisticsRequest.Options.ADDITIONAL\_COLUMN\_NAMES = "additional\_column\_names"</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 list of comma separated column names over which statistics can be accumulated along with the primary column. </p>
        <p>All columns listed and <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsRequest#ab852f83a2d096352587afc849bd2ede3" title="Name of the primary column for which the statistics are to be calculated.">AggregateStatisticsRequest.column\_name</a> must be of the same type. Must not include the column specified in <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsRequest#ab852f83a2d096352587afc849bd2ede3" title="Name of the primary column for which the statistics are to be calculated.">AggregateStatisticsRequest.column\_name</a> and no column can be listed twice.</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_2AggregateStatistics_8cs_source#l00149">149</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_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2815d58198dfb453822e6d13ca22bbc9">◆ </a></span>WEIGHT\_COLUMN\_NAME</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.AggregateStatisticsRequest.Options.WEIGHT\_COLUMN\_NAME = "weight\_column\_name"</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>Name of column used as weighting attribute for the weighted average statistic. </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_2AggregateStatistics_8cs_source#l00153">153</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_2AggregateStatistics_8cs_source">AggregateStatistics.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_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateStatistics_8cs_source">AggregateStatistics.cs</a></li>
    </ul>
  </div>
</div>
