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

> kinetica.AggregateUniqueRequest.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_1AggregateUniqueRequest#a0e2e0f4f924b46a62db01f0a28689b8d" title="Optional parameters.">AggregateUniqueRequest.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:a47a125844abbde396bdd15390c5bbc27" id="r_a47a125844abbde396bdd15390c5bbc27">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a47a125844abbde396bdd15390c5bbc27">CREATE\_TEMP\_TABLE</a> = "create\_temp\_table"</td>
      </tr>

      <tr className="memdesc:a47a125844abbde396bdd15390c5bbc27">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a>. <br /></td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memitem:ad5fc849acf29defb128e1bb617593b51" id="r_ad5fc849acf29defb128e1bb617593b51">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad5fc849acf29defb128e1bb617593b51">COLLECTION\_NAME</a> = "collection\_name"</td>
      </tr>

      <tr className="memdesc:ad5fc849acf29defb128e1bb617593b51">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[DEPRECATED–please specify the containing schema as part of <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> and use <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#ac754b44062e7b90b8afa50ddfa8ccbf2">Kinetica.createSchema</a> to create the schema if non-existent] Name of a schema which is to contain the table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ae10f523d88a8a3fc6a4e4ab3190c764e" id="r_ae10f523d88a8a3fc6a4e4ab3190c764e">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae10f523d88a8a3fc6a4e4ab3190c764e">EXPRESSION</a> = "expression"</td>
      </tr>

      <tr className="memdesc:ae10f523d88a8a3fc6a4e4ab3190c764e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Filter expression to apply to the table. <br /></td>
      </tr>

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

      <tr className="memitem:a28357ce065a45281c0aff6ee1b72bf46" id="r_a28357ce065a45281c0aff6ee1b72bf46">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a28357ce065a45281c0aff6ee1b72bf46">SORT\_ORDER</a> = "sort\_order"</td>
      </tr>

      <tr className="memdesc:a28357ce065a45281c0aff6ee1b72bf46">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">String indicating how the returned values should be sorted. <br /></td>
      </tr>

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

      <tr className="memitem:a7691d394bcc9b2feba39180d4e991081" id="r_a7691d394bcc9b2feba39180d4e991081">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7691d394bcc9b2feba39180d4e991081">ASCENDING</a> = "ascending"</td>
      </tr>

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

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

      <tr className="memitem:a9981e075ff213cdfa7670b1acea1a15a" id="r_a9981e075ff213cdfa7670b1acea1a15a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9981e075ff213cdfa7670b1acea1a15a">DESCENDING</a> = "descending"</td>
      </tr>

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

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

      <tr className="memitem:afb41acf52e697b3a71fde7b23ebd9b94" id="r_afb41acf52e697b3a71fde7b23ebd9b94">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#afb41acf52e697b3a71fde7b23ebd9b94">ORDER\_BY</a> = "order\_by"</td>
      </tr>

      <tr className="memdesc:afb41acf52e697b3a71fde7b23ebd9b94">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., 'timestamp asc, x desc'. <br /></td>
      </tr>

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

      <tr className="memitem:a5813bb4f789db5e7687421dff02a359a" id="r_a5813bb4f789db5e7687421dff02a359a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> = "result\_table"</td>
      </tr>

      <tr className="memdesc:a5813bb4f789db5e7687421dff02a359a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The name of the table used to store the results, in \[schema\_name. <br /></td>
      </tr>

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

      <tr className="memitem:a8ad10af0a2ace34115900601433b9a1b" id="r_a8ad10af0a2ace34115900601433b9a1b">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8ad10af0a2ace34115900601433b9a1b">RESULT\_TABLE\_PERSIST</a> = "result\_table\_persist"</td>
      </tr>

      <tr className="memdesc:a8ad10af0a2ace34115900601433b9a1b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a>, then the result table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> will be persisted and will not expire unless a <a className="el" href="#a5cecdf446b20f9d72c302f35a8043a71">TTL</a> is specified. <br /></td>
      </tr>

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

      <tr className="memitem:ac0c9ac6037bb9df38e440138c4dc791f" id="r_ac0c9ac6037bb9df38e440138c4dc791f">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac0c9ac6037bb9df38e440138c4dc791f">RESULT\_TABLE\_FORCE\_REPLICATED</a> = "result\_table\_force\_replicated"</td>
      </tr>

      <tr className="memdesc:ac0c9ac6037bb9df38e440138c4dc791f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Force the result table to be replicated (ignores any sharding). <br /></td>
      </tr>

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

      <tr className="memitem:ac78cdfd366cc3e3c6aebdbcc005eec77" id="r_ac78cdfd366cc3e3c6aebdbcc005eec77">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac78cdfd366cc3e3c6aebdbcc005eec77">RESULT\_TABLE\_GENERATE\_PK</a> = "result\_table\_generate\_pk"</td>
      </tr>

      <tr className="memdesc:ac78cdfd366cc3e3c6aebdbcc005eec77">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> then set a primary key for the result table. <br /></td>
      </tr>

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

      <tr className="memitem:a5cecdf446b20f9d72c302f35a8043a71" id="r_a5cecdf446b20f9d72c302f35a8043a71">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5cecdf446b20f9d72c302f35a8043a71">TTL</a> = "ttl"</td>
      </tr>

      <tr className="memdesc:a5cecdf446b20f9d72c302f35a8043a71">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a9b72d7fe77c25e03d7d6a452b7fa447e" id="r_a9b72d7fe77c25e03d7d6a452b7fa447e">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b72d7fe77c25e03d7d6a452b7fa447e">CHUNK\_SIZE</a> = "chunk\_size"</td>
      </tr>

      <tr className="memdesc:a9b72d7fe77c25e03d7d6a452b7fa447e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the number of records per chunk to be used for the result table. <br /></td>
      </tr>

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

      <tr className="memitem:af0330c9bb7d41a158c42afcc74d0f7b6" id="r_af0330c9bb7d41a158c42afcc74d0f7b6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af0330c9bb7d41a158c42afcc74d0f7b6">CHUNK\_COLUMN\_MAX\_MEMORY</a> = "chunk\_column\_max\_memory"</td>
      </tr>

      <tr className="memdesc:af0330c9bb7d41a158c42afcc74d0f7b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the target maximum data size for each column in a chunk to be used for the result table. <br /></td>
      </tr>

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

      <tr className="memitem:a7bd3c7796ca3c8f333792c2179f39639" id="r_a7bd3c7796ca3c8f333792c2179f39639">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7bd3c7796ca3c8f333792c2179f39639">CHUNK\_MAX\_MEMORY</a> = "chunk\_max\_memory"</td>
      </tr>

      <tr className="memdesc:a7bd3c7796ca3c8f333792c2179f39639">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the target maximum data size for all columns in a chunk to be used for the result table. <br /></td>
      </tr>

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

      <tr className="memitem:a8d4e5d47d09907ae5a9763b66110fe45" id="r_a8d4e5d47d09907ae5a9763b66110fe45">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8d4e5d47d09907ae5a9763b66110fe45">COMPRESSION\_CODEC</a> = "compression\_codec"</td>
      </tr>

      <tr className="memdesc:a8d4e5d47d09907ae5a9763b66110fe45">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for the result table's columns. <br /></td>
      </tr>

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

      <tr className="memitem:a449a278c5440e33ff39f7b0b4562e554" id="r_a449a278c5440e33ff39f7b0b4562e554">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a449a278c5440e33ff39f7b0b4562e554">VIEW\_ID</a> = "view\_id"</td>
      </tr>

      <tr className="memdesc:a449a278c5440e33ff39f7b0b4562e554">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">ID of view of which the result table will be a member. <br /></td>
      </tr>

      <tr className="separator:a449a278c5440e33ff39f7b0b4562e554">
        <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_1AggregateUniqueRequest#a0e2e0f4f924b46a62db01f0a28689b8d" title="Optional parameters.">AggregateUniqueRequest.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_2AggregateUnique_8cs_source#l00063">63</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7691d394bcc9b2feba39180d4e991081">◆ </a></span>ASCENDING</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.AggregateUniqueRequest.Options.ASCENDING = "ascending"</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 constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateUniqueRequest_1_1Options" title="A set of string constants for the parameter AggregateUniqueRequest.options.">AggregateUniqueRequest.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_2AggregateUnique_8cs_source#l00142">142</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af0330c9bb7d41a158c42afcc74d0f7b6">◆ </a></span>CHUNK\_COLUMN\_MAX\_MEMORY</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.AggregateUniqueRequest.Options.CHUNK\_COLUMN\_MAX\_MEMORY = "chunk\_column\_max\_memory"</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>Indicates the target maximum data size for each column in a chunk to be used for the result table. </p>
        <p>Must be used in combination with the <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> option.</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_2AggregateUnique_8cs_source#l00261">261</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7bd3c7796ca3c8f333792c2179f39639">◆ </a></span>CHUNK\_MAX\_MEMORY</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.AggregateUniqueRequest.Options.CHUNK\_MAX\_MEMORY = "chunk\_max\_memory"</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>Indicates the target maximum data size for all columns in a chunk to be used for the result table. </p>
        <p>Must be used in combination with the <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> option.</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_2AggregateUnique_8cs_source#l00268">268</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9b72d7fe77c25e03d7d6a452b7fa447e">◆ </a></span>CHUNK\_SIZE</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.AggregateUniqueRequest.Options.CHUNK\_SIZE = "chunk\_size"</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>Indicates the number of records per chunk to be used for the result table. </p>
        <p>Must be used in combination with the <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> option.</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_2AggregateUnique_8cs_source#l00254">254</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad5fc849acf29defb128e1bb617593b51">◆ </a></span>COLLECTION\_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.AggregateUniqueRequest.Options.COLLECTION\_NAME = "collection\_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>\[DEPRECATED–please specify the containing schema as part of <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> and use <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#ac754b44062e7b90b8afa50ddfa8ccbf2">Kinetica.createSchema</a> to create the schema if non-existent] Name of a schema which is to contain the table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a>. </p>
        <p>If the schema provided is non-existent, it will be automatically created.</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_2AggregateUnique_8cs_source#l00115">115</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8d4e5d47d09907ae5a9763b66110fe45">◆ </a></span>COMPRESSION\_CODEC</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.AggregateUniqueRequest.Options.COMPRESSION\_CODEC = "compression\_codec"</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 default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for the result table's columns. </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_2AggregateUnique_8cs_source#l00274">274</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a47a125844abbde396bdd15390c5bbc27">◆ </a></span>CREATE\_TEMP\_TABLE</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.AggregateUniqueRequest.Options.CREATE\_TEMP\_TABLE = "create\_temp\_table"</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="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a>. </p>
        <p>If <a className="el" href="#a8ad10af0a2ace34115900601433b9a1b">RESULT\_TABLE\_PERSIST</a> is <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a> (or unspecified), then this is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateUniqueResponse_1_1Info#a3b203b03cba7ab8d04478d752758e12a">QUALIFIED\_RESULT\_TABLE\_NAME</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> </li>
          <li> <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">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_2AggregateUnique_8cs_source#l00094">94</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9981e075ff213cdfa7670b1acea1a15a">◆ </a></span>DESCENDING</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.AggregateUniqueRequest.Options.DESCENDING = "descending"</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 constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateUniqueRequest_1_1Options" title="A set of string constants for the parameter AggregateUniqueRequest.options.">AggregateUniqueRequest.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_2AggregateUnique_8cs_source#l00146">146</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae10f523d88a8a3fc6a4e4ab3190c764e">◆ </a></span>EXPRESSION</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.AggregateUniqueRequest.Options.EXPRESSION = "expression"</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>Filter expression to apply to the table. </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_2AggregateUnique_8cs_source#l00118">118</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aad8e302499a8e15ec3dad3f18fdb79c3">◆ </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.AggregateUniqueRequest.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_1AggregateUniqueRequest_1_1Options" title="A set of string constants for the parameter AggregateUniqueRequest.options.">AggregateUniqueRequest.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_2AggregateUnique_8cs_source#l00102">102</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afb41acf52e697b3a71fde7b23ebd9b94">◆ </a></span>ORDER\_BY</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.AggregateUniqueRequest.Options.ORDER\_BY = "order\_by"</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>Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., 'timestamp asc, x desc'. </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_2AggregateUnique_8cs_source#l00152">152</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5813bb4f789db5e7687421dff02a359a">◆ </a></span>RESULT\_TABLE</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.AggregateUniqueRequest.Options.RESULT\_TABLE = "result\_table"</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 name of the table used to store the results, in \[schema\_name. </p>
        <p>]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. </p>
        <p>If present, no results are returned in the response. Not available if <a className="el" href="/content/api/cs/classkinetica_1_1AggregateUniqueRequest#a98fb835891d8fca9b8c559b1a0725a5c" title="Name of the column or an expression containing one or more column names on which the unique function ...">AggregateUniqueRequest.column\_name</a> is an unrestricted-length string.</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_2AggregateUnique_8cs_source#l00164">164</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac0c9ac6037bb9df38e440138c4dc791f">◆ </a></span>RESULT\_TABLE\_FORCE\_REPLICATED</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.AggregateUniqueRequest.Options.RESULT\_TABLE\_FORCE\_REPLICATED = "result\_table\_force\_replicated"</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>Force the result table to be replicated (ignores any sharding). </p>
        <p>Must be used in combination with the <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> option. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> </li>
          <li> <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">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_2AggregateUnique_8cs_source#l00217">217</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac78cdfd366cc3e3c6aebdbcc005eec77">◆ </a></span>RESULT\_TABLE\_GENERATE\_PK</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.AggregateUniqueRequest.Options.RESULT\_TABLE\_GENERATE\_PK = "result\_table\_generate\_pk"</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="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> then set a primary key for the result table. </p>
        <p>Must be used in combination with the <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> option. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> </li>
          <li> <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">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_2AggregateUnique_8cs_source#l00241">241</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8ad10af0a2ace34115900601433b9a1b">◆ </a></span>RESULT\_TABLE\_PERSIST</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.AggregateUniqueRequest.Options.RESULT\_TABLE\_PERSIST = "result\_table\_persist"</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="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a>, then the result table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</a> will be persisted and will not expire unless a <a className="el" href="#a5cecdf446b20f9d72c302f35a8043a71">TTL</a> is specified. </p>
        <p>If <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a>, then the result table will be an in-memory table and will expire unless a <a className="el" href="#a5cecdf446b20f9d72c302f35a8043a71">TTL</a> is specified otherwise. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a530271e5f7ec7779c8d91164210ee08d">TRUE</a> </li>
          <li> <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aad8e302499a8e15ec3dad3f18fdb79c3">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_2AggregateUnique_8cs_source#l00194">194</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a28357ce065a45281c0aff6ee1b72bf46">◆ </a></span>SORT\_ORDER</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.AggregateUniqueRequest.Options.SORT\_ORDER = "sort\_order"</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>String indicating how the returned values should be sorted. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a7691d394bcc9b2feba39180d4e991081">ASCENDING</a> </li>
          <li> <a className="el" href="#a9981e075ff213cdfa7670b1acea1a15a">DESCENDING</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a7691d394bcc9b2feba39180d4e991081">ASCENDING</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_2AggregateUnique_8cs_source#l00138">138</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a530271e5f7ec7779c8d91164210ee08d">◆ </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.AggregateUniqueRequest.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_1AggregateUniqueRequest_1_1Options" title="A set of string constants for the parameter AggregateUniqueRequest.options.">AggregateUniqueRequest.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_2AggregateUnique_8cs_source#l00098">98</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5cecdf446b20f9d72c302f35a8043a71">◆ </a></span>TTL</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.AggregateUniqueRequest.Options.TTL = "ttl"</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 <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="#a5813bb4f789db5e7687421dff02a359a">RESULT\_TABLE</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_2AggregateUnique_8cs_source#l00247">247</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_2AggregateUnique_8cs_source">AggregateUnique.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a449a278c5440e33ff39f7b0b4562e554">◆ </a></span>VIEW\_ID</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.AggregateUniqueRequest.Options.VIEW\_ID = "view\_id"</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>ID of view of which the result table will be a member. </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_2AggregateUnique_8cs_source#l00279">279</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_2AggregateUnique_8cs_source">AggregateUnique.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_2AggregateUnique_8cs_source">AggregateUnique.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateUnique_8cs_source">AggregateUnique.cs</a></li>
    </ul>
  </div>
</div>
