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

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

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

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

      <tr className="memitem:a121958156c551500dbde28d7006a6bae" id="r_a121958156c551500dbde28d7006a6bae">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a121958156c551500dbde28d7006a6bae">BIN\_VALUES</a> = "bin\_values"</td>
      </tr>

      <tr className="memdesc:a121958156c551500dbde28d7006a6bae">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A list of comma separated binning-column values. <br /></td>
      </tr>

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

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

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

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

      <tr className="memitem:a1cc8a6777366f3387dc834d49f669473" id="r_a1cc8a6777366f3387dc834d49f669473">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1cc8a6777366f3387dc834d49f669473">ORDER\_COLUMN\_NAME</a> = "order\_column\_name"</td>
      </tr>

      <tr className="memdesc:a1cc8a6777366f3387dc834d49f669473">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the column used for candlestick charting techniques. <br /></td>
      </tr>

      <tr className="separator:a1cc8a6777366f3387dc834d49f669473">
        <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_1AggregateStatisticsByRangeRequest#a088a8e33000bf3f9521591ae4053cfa5" title="Optional parameters.">AggregateStatisticsByRangeRequest.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_2AggregateStatisticsByRange_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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#acbfaff89643af8c2c28772360132921c">◆ </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.AggregateStatisticsByRangeRequest.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 value-column names over which statistics can be accumulated along with the primary value\_column. </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_2AggregateStatisticsByRange_8cs_source#l00051">51</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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a121958156c551500dbde28d7006a6bae">◆ </a></span>BIN\_VALUES</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.AggregateStatisticsByRangeRequest.Options.BIN\_VALUES = "bin\_values"</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 binning-column values. </p>
        <p>Values that match the nth bin\_values value are placed in the nth bin.</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_2AggregateStatisticsByRange_8cs_source#l00056">56</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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1cc8a6777366f3387dc834d49f669473">◆ </a></span>ORDER\_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.AggregateStatisticsByRangeRequest.Options.ORDER\_COLUMN\_NAME = "order\_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 the column used for candlestick charting techniques. </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_2AggregateStatisticsByRange_8cs_source#l00064">64</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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9af8820fe79c7358de08ce9cf85f3be4">◆ </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.AggregateStatisticsByRangeRequest.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 the column used as weighting column 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_2AggregateStatisticsByRange_8cs_source#l00060">60</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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.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_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateStatisticsByRange_8cs_source">AggregateStatisticsByRange.cs</a></li>
    </ul>
  </div>
</div>
