> ## 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.AggregateMinMaxResponse.Info

> kinetica.AggregateMinMaxResponse.Info — 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_1AggregateMinMaxResponse#a66d2ea69dec83823a09c1c9efea1d6f4" title="Additional information.">AggregateMinMaxResponse.info</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:a0d460f6d9c97c5410cea03697bd4225c" id="r_a0d460f6d9c97c5410cea03697bd4225c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0d460f6d9c97c5410cea03697bd4225c">MIN\_STRING</a> = "min\_string"</td>
      </tr>

      <tr className="memdesc:a0d460f6d9c97c5410cea03697bd4225c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The minimum value of <a className="el" href="/content/api/cs/classkinetica_1_1AggregateMinMaxRequest#acff87be353e75396d96262ecab4e0e6e">column\_name</a>, stored as a byte vector. <br /></td>
      </tr>

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

      <tr className="memitem:a7bde1baccc1f818c686cb7fe606b8229" id="r_a7bde1baccc1f818c686cb7fe606b8229">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7bde1baccc1f818c686cb7fe606b8229">MAX\_STRING</a> = "max\_string"</td>
      </tr>

      <tr className="memdesc:a7bde1baccc1f818c686cb7fe606b8229">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The maximum value of <a className="el" href="/content/api/cs/classkinetica_1_1AggregateMinMaxRequest#acff87be353e75396d96262ecab4e0e6e">column\_name</a>, stored as a byte vector. <br /></td>
      </tr>

      <tr className="separator:a7bde1baccc1f818c686cb7fe606b8229">
        <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_1AggregateMinMaxResponse#a66d2ea69dec83823a09c1c9efea1d6f4" title="Additional information.">AggregateMinMaxResponse.info</a>. </p>
      <p>Additional information.</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_2AggregateMinMax_8cs_source#l00069">69</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_2AggregateMinMax_8cs_source">AggregateMinMax.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7bde1baccc1f818c686cb7fe606b8229">◆ </a></span>MAX\_STRING</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.AggregateMinMaxResponse.Info.MAX\_STRING = "max\_string"</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 value of <a className="el" href="/content/api/cs/classkinetica_1_1AggregateMinMaxRequest#acff87be353e75396d96262ecab4e0e6e">column\_name</a>, stored as a byte vector. </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_2AggregateMinMax_8cs_source#l00079">79</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_2AggregateMinMax_8cs_source">AggregateMinMax.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0d460f6d9c97c5410cea03697bd4225c">◆ </a></span>MIN\_STRING</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.AggregateMinMaxResponse.Info.MIN\_STRING = "min\_string"</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 minimum value of <a className="el" href="/content/api/cs/classkinetica_1_1AggregateMinMaxRequest#acff87be353e75396d96262ecab4e0e6e">column\_name</a>, stored as a byte vector. </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_2AggregateMinMax_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_2AggregateMinMax_8cs_source">AggregateMinMax.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_2AggregateMinMax_8cs_source">AggregateMinMax.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateMinMax_8cs_source">AggregateMinMax.cs</a></li>
    </ul>
  </div>
</div>
