> ## 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.Utils.GenericRecordRetriever

> kinetica.Utils.GenericRecordRetriever — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-based records, with support for multi-head access and HA failover. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a2eed6310903ffd92d9f4bc4d19196c0e" id="r_a2eed6310903ffd92d9f4bc4d19196c0e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2eed6310903ffd92d9f4bc4d19196c0e">GenericRecordRetriever</a> (<a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a> kdb, string tableName, <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> ktype, <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1WorkerList">WorkerList</a>? workers=null)</td>
      </tr>

      <tr className="memdesc:a2eed6310903ffd92d9f4bc4d19196c0e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Create a <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1GenericRecordRetriever" title="Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-base...">GenericRecordRetriever</a> for the given table. <br /></td>
      </tr>

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

      <tr className="memitem:a61c01783c0e7dd2bcccb39d85f33aac1" id="r_a61c01783c0e7dd2bcccb39d85f33aac1">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a61c01783c0e7dd2bcccb39d85f33aac1">GetRecordsByKey</a> (IDictionary\< string, object?> keyValues, string? expression=null, IList\< string >? columns=null, long offset=0, long limit=-9999)</td>
      </tr>

      <tr className="memdesc:a61c01783c0e7dd2bcccb39d85f33aac1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieves records for a given shard key using SQL with fast index lookup. <br /></td>
      </tr>

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

      <tr className="memitem:a4b079e878c4ac3d9210929a388fa1101" id="r_a4b079e878c4ac3d9210929a388fa1101">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4b079e878c4ac3d9210929a388fa1101">GetRecordsByExpression</a> (string whereExpression, IList\< string >? columns=null, long offset=0, long limit=-9999)</td>
      </tr>

      <tr className="memdesc:a4b079e878c4ac3d9210929a388fa1101">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieves records using a SQL WHERE clause expression with fast index lookup optimization. <br /></td>
      </tr>

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

      <tr className="memitem:a740c29d122450de68d3d772299a8eb35" id="r_a740c29d122450de68d3d772299a8eb35">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a740c29d122450de68d3d772299a8eb35">HasAllShardKeyValues</a> (IDictionary\< string, object?> keyValues)</td>
      </tr>

      <tr className="memdesc:a740c29d122450de68d3d772299a8eb35">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Checks if the given key values contain all required shard key columns. <br /></td>
      </tr>

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

      <tr className="memitem:a91673a6cee38c0f07f4d8a8a90710ba1" id="r_a91673a6cee38c0f07f4d8a8a90710ba1">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a91673a6cee38c0f07f4d8a8a90710ba1">GetWorkerIndexForKey</a> (IDictionary\< string, object?> keyValues)</td>
      </tr>

      <tr className="memdesc:a91673a6cee38c0f07f4d8a8a90710ba1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Computes the worker index that would handle records with the given key values. <br /></td>
      </tr>

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

      <tr className="memitem:a2eed6310903ffd92d9f4bc4d19196c0e" id="r_a2eed6310903ffd92d9f4bc4d19196c0e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2eed6310903ffd92d9f4bc4d19196c0e">GenericRecordRetriever</a> (<a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a> kdb, string tableName, <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> ktype, <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1WorkerList">WorkerList</a>? workers=null)</td>
      </tr>

      <tr className="memdesc:a2eed6310903ffd92d9f4bc4d19196c0e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Create a <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1GenericRecordRetriever" title="Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-base...">GenericRecordRetriever</a> for the given table. <br /></td>
      </tr>

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

      <tr className="memitem:a61c01783c0e7dd2bcccb39d85f33aac1" id="r_a61c01783c0e7dd2bcccb39d85f33aac1">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a61c01783c0e7dd2bcccb39d85f33aac1">GetRecordsByKey</a> (IDictionary\< string, object?> keyValues, string? expression=null, IList\< string >? columns=null, long offset=0, long limit=-9999)</td>
      </tr>

      <tr className="memdesc:a61c01783c0e7dd2bcccb39d85f33aac1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieves records for a given shard key using SQL with fast index lookup. <br /></td>
      </tr>

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

      <tr className="memitem:a4b079e878c4ac3d9210929a388fa1101" id="r_a4b079e878c4ac3d9210929a388fa1101">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4b079e878c4ac3d9210929a388fa1101">GetRecordsByExpression</a> (string whereExpression, IList\< string >? columns=null, long offset=0, long limit=-9999)</td>
      </tr>

      <tr className="memdesc:a4b079e878c4ac3d9210929a388fa1101">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retrieves records using a SQL WHERE clause expression with fast index lookup optimization. <br /></td>
      </tr>

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

      <tr className="memitem:a740c29d122450de68d3d772299a8eb35" id="r_a740c29d122450de68d3d772299a8eb35">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a740c29d122450de68d3d772299a8eb35">HasAllShardKeyValues</a> (IDictionary\< string, object?> keyValues)</td>
      </tr>

      <tr className="memdesc:a740c29d122450de68d3d772299a8eb35">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Checks if the given key values contain all required shard key columns. <br /></td>
      </tr>

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

      <tr className="memitem:a91673a6cee38c0f07f4d8a8a90710ba1" id="r_a91673a6cee38c0f07f4d8a8a90710ba1">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a91673a6cee38c0f07f4d8a8a90710ba1">GetWorkerIndexForKey</a> (IDictionary\< string, object?> keyValues)</td>
      </tr>

      <tr className="memdesc:a91673a6cee38c0f07f4d8a8a90710ba1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Computes the worker index that would handle records with the given key values. <br /></td>
      </tr>

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

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Properties</h2>
        </td>
      </tr>

      <tr className="memitem:ab5e0dcd0056fba6fc88425930e64ff79" id="r_ab5e0dcd0056fba6fc88425930e64ff79">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab5e0dcd0056fba6fc88425930e64ff79">KineticaDB</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:ab5e0dcd0056fba6fc88425930e64ff79">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> connection. <br /></td>
      </tr>

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

      <tr className="memitem:adb5577b9167905b6839fa79d1a5f9ddd" id="r_adb5577b9167905b6839fa79d1a5f9ddd">
        <td className="memItemLeft" align="right" valign="top">string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adb5577b9167905b6839fa79d1a5f9ddd">TableName</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:adb5577b9167905b6839fa79d1a5f9ddd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the table name. <br /></td>
      </tr>

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

      <tr className="memitem:a9670fd5ef7137be1aad425b6f7bd2a3d" id="r_a9670fd5ef7137be1aad425b6f7bd2a3d">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9670fd5ef7137be1aad425b6f7bd2a3d">KType</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a9670fd5ef7137be1aad425b6f7bd2a3d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a> for the table. <br /></td>
      </tr>

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

      <tr className="memitem:a7da47aca7abacd94a3156483a1df3ef9" id="r_a7da47aca7abacd94a3156483a1df3ef9">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7da47aca7abacd94a3156483a1df3ef9">NumClusterSwitches</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a7da47aca7abacd94a3156483a1df3ef9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the number of cluster switches due to HA failover. <br /></td>
      </tr>

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

      <tr className="memitem:a42e7e7b1108f4761478a64c5a91c1610" id="r_a42e7e7b1108f4761478a64c5a91c1610">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a42e7e7b1108f4761478a64c5a91c1610">HARingSize</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a42e7e7b1108f4761478a64c5a91c1610">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the HA ring size. <br /></td>
      </tr>

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

      <tr className="memitem:a5a5fb7836e374c5e575e472951108054" id="r_a5a5fb7836e374c5e575e472951108054">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5a5fb7836e374c5e575e472951108054">MultiHeadEnabled</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a5a5fb7836e374c5e575e472951108054">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets whether multi-head retrieval is enabled. <br /></td>
      </tr>

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

      <tr className="memitem:a2bb66f78fcb06745e9f125602dcd3d1b" id="r_a2bb66f78fcb06745e9f125602dcd3d1b">
        <td className="memItemLeft" align="right" valign="top">IList\< string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2bb66f78fcb06745e9f125602dcd3d1b">ShardKeyColumnNames</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a2bb66f78fcb06745e9f125602dcd3d1b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the shard key column names, or empty if table is not sharded. <br /></td>
      </tr>

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

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-based records, with support for multi-head access and HA failover. </p>
      <p>This is used by the ADO.NET driver for key lookup operations where we don't have strongly-typed record classes. It uses SQL execution with optimized expression building based on shard keys.</p>
      <p><a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1GenericRecordRetriever" title="Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-base...">GenericRecordRetriever</a> instances are thread safe and may be used from any number of threads simultaneously. </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_2Utils_2GenericRecordRetriever_8cs_source#l00014">14</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a2eed6310903ffd92d9f4bc4d19196c0e">◆ </a></span>GenericRecordRetriever() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">kinetica.Utils.GenericRecordRetriever.GenericRecordRetriever </td>
                  <td>(</td>
                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a></td>
                  <td className="paramname"><span className="paramname"><span className="em">kdb</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">string</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a></td>
                  <td className="paramname"><span className="paramname"><span className="em">ktype</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1WorkerList">WorkerList</a>?</td>
                  <td className="paramname"><span className="paramname"><span className="em">workers</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Create a <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1GenericRecordRetriever" title="Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-base...">GenericRecordRetriever</a> for the given table. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">kdb</td>
                <td>The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> connection.</td>
              </tr>

              <tr>
                <td className="paramname">tableName</td>
                <td>The table name to retrieve from.</td>
              </tr>

              <tr>
                <td className="paramname">ktype</td>
                <td>The <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a> for the table.</td>
              </tr>

              <tr>
                <td className="paramname">workers</td>
                <td>Optional worker list for multi-head retrieval.</td>
              </tr>
            </table>
          </div>
        </div>

        <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_2Utils_2GenericRecordRetriever_8cs_source#l00091">91</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2eed6310903ffd92d9f4bc4d19196c0e">◆ </a></span>GenericRecordRetriever() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">kinetica.Utils.GenericRecordRetriever.GenericRecordRetriever </td>
                  <td>(</td>
                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a></td>
                  <td className="paramname"><span className="paramname"><span className="em">kdb</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">string</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a></td>
                  <td className="paramname"><span className="paramname"><span className="em">ktype</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1WorkerList">WorkerList</a>?</td>
                  <td className="paramname"><span className="paramname"><span className="em">workers</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Create a <a className="el" href="/content/api/cs/classkinetica_1_1Utils_1_1GenericRecordRetriever" title="Object that permits efficient retrieval of records from GPUdb using GenericRecord and dictionary-base...">GenericRecordRetriever</a> for the given table. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">kdb</td>
                <td>The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> connection.</td>
              </tr>

              <tr>
                <td className="paramname">tableName</td>
                <td>The table name to retrieve from.</td>
              </tr>

              <tr>
                <td className="paramname">ktype</td>
                <td>The <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a> for the table.</td>
              </tr>

              <tr>
                <td className="paramname">workers</td>
                <td>Optional worker list for multi-head retrieval.</td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source#l00091">91</a> of file <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Function Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a4b079e878c4ac3d9210929a388fa1101">◆ </a></span>GetRecordsByExpression() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> kinetica.Utils.GenericRecordRetriever.GetRecordsByExpression </td>
                  <td>(</td>
                  <td className="paramtype">string</td>
                  <td className="paramname"><span className="paramname"><span className="em">whereExpression</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">IList\< string >?</td>
                  <td className="paramname"><span className="paramname"><span className="em">columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">offset</span></span><span className="paramdefsep"> = </span><span className="paramdefval">0</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">limit</span></span><span className="paramdefsep"> = </span><span className="paramdefval">-9999</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Retrieves records using a SQL WHERE clause expression with fast index lookup optimization. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">whereExpression</td>
                <td>SQL WHERE clause expression.</td>
              </tr>

              <tr>
                <td className="paramname">columns</td>
                <td>Optional list of columns to retrieve. Null means all columns.</td>
              </tr>

              <tr>
                <td className="paramname">offset</td>
                <td>Starting record offset (default 0).</td>
              </tr>

              <tr>
                <td className="paramname">limit</td>
                <td>Maximum number of records to retrieve (default -9999 means no limit).</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The <a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse" title="A set of results returned by Kinetica.executeSql.">ExecuteSqlResponse</a> containing the results.</div>
        </div>

        <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_2Utils_2GenericRecordRetriever_8cs_source#l00405">405</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4b079e878c4ac3d9210929a388fa1101">◆ </a></span>GetRecordsByExpression() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> kinetica.Utils.GenericRecordRetriever.GetRecordsByExpression </td>
                  <td>(</td>
                  <td className="paramtype">string</td>
                  <td className="paramname"><span className="paramname"><span className="em">whereExpression</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">IList\< string >?</td>
                  <td className="paramname"><span className="paramname"><span className="em">columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">offset</span></span><span className="paramdefsep"> = </span><span className="paramdefval">0</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">limit</span></span><span className="paramdefsep"> = </span><span className="paramdefval">-9999</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Retrieves records using a SQL WHERE clause expression with fast index lookup optimization. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">whereExpression</td>
                <td>SQL WHERE clause expression.</td>
              </tr>

              <tr>
                <td className="paramname">columns</td>
                <td>Optional list of columns to retrieve. Null means all columns.</td>
              </tr>

              <tr>
                <td className="paramname">offset</td>
                <td>Starting record offset (default 0).</td>
              </tr>

              <tr>
                <td className="paramname">limit</td>
                <td>Maximum number of records to retrieve (default -9999 means no limit).</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The <a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse" title="A set of results returned by Kinetica.executeSql.">ExecuteSqlResponse</a> containing the results.</div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source#l00405">405</a> of file <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a61c01783c0e7dd2bcccb39d85f33aac1">◆ </a></span>GetRecordsByKey() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> kinetica.Utils.GenericRecordRetriever.GetRecordsByKey </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">string?</td>
                  <td className="paramname"><span className="paramname"><span className="em">expression</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">IList\< string >?</td>
                  <td className="paramname"><span className="paramname"><span className="em">columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">offset</span></span><span className="paramdefsep"> = </span><span className="paramdefval">0</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">limit</span></span><span className="paramdefsep"> = </span><span className="paramdefval">-9999</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Retrieves records for a given shard key using SQL with fast index lookup. </p>
        <p>All records matching the key and satisfying the optional additional expression will be returned, up to the specified limit.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value for the shard key columns.</td>
              </tr>

              <tr>
                <td className="paramname">expression</td>
                <td>An optional additional filter expression.</td>
              </tr>

              <tr>
                <td className="paramname">columns</td>
                <td>Optional list of columns to retrieve. Null means all columns (SELECT \*).</td>
              </tr>

              <tr>
                <td className="paramname">offset</td>
                <td>Starting record offset (default 0).</td>
              </tr>

              <tr>
                <td className="paramname">limit</td>
                <td>Maximum number of records to retrieve (default -9999 means no limit).</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The <a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse" title="A set of results returned by Kinetica.executeSql.">ExecuteSqlResponse</a> containing the results.</div>
        </div>

        <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_2Utils_2GenericRecordRetriever_8cs_source#l00333">333</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a61c01783c0e7dd2bcccb39d85f33aac1">◆ </a></span>GetRecordsByKey() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse">ExecuteSqlResponse</a> kinetica.Utils.GenericRecordRetriever.GetRecordsByKey </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">string?</td>
                  <td className="paramname"><span className="paramname"><span className="em">expression</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">IList\< string >?</td>
                  <td className="paramname"><span className="paramname"><span className="em">columns</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">offset</span></span><span className="paramdefsep"> = </span><span className="paramdefval">0</span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">long</td>
                  <td className="paramname"><span className="paramname"><span className="em">limit</span></span><span className="paramdefsep"> = </span><span className="paramdefval">-9999</span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Retrieves records for a given shard key using SQL with fast index lookup. </p>
        <p>All records matching the key and satisfying the optional additional expression will be returned, up to the specified limit.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value for the shard key columns.</td>
              </tr>

              <tr>
                <td className="paramname">expression</td>
                <td>An optional additional filter expression.</td>
              </tr>

              <tr>
                <td className="paramname">columns</td>
                <td>Optional list of columns to retrieve. Null means all columns (SELECT \*).</td>
              </tr>

              <tr>
                <td className="paramname">offset</td>
                <td>Starting record offset (default 0).</td>
              </tr>

              <tr>
                <td className="paramname">limit</td>
                <td>Maximum number of records to retrieve (default -9999 means no limit).</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The <a className="el" href="/content/api/cs/classkinetica_1_1ExecuteSqlResponse" title="A set of results returned by Kinetica.executeSql.">ExecuteSqlResponse</a> containing the results.</div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source#l00333">333</a> of file <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a91673a6cee38c0f07f4d8a8a90710ba1">◆ </a></span>GetWorkerIndexForKey() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.Utils.GenericRecordRetriever.GetWorkerIndexForKey </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Computes the worker index that would handle records with the given key values. </p>
        <p>This is useful for understanding data distribution.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value for the shard key columns.</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The worker index (0-based), or -1 if routing is not possible.</div>
        </div>

        <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_2Utils_2GenericRecordRetriever_8cs_source#l00447">447</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a91673a6cee38c0f07f4d8a8a90710ba1">◆ </a></span>GetWorkerIndexForKey() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.Utils.GenericRecordRetriever.GetWorkerIndexForKey </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Computes the worker index that would handle records with the given key values. </p>
        <p>This is useful for understanding data distribution.</p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value for the shard key columns.</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">The worker index (0-based), or -1 if routing is not possible.</div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source#l00447">447</a> of file <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a740c29d122450de68d3d772299a8eb35">◆ </a></span>HasAllShardKeyValues() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.Utils.GenericRecordRetriever.HasAllShardKeyValues </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Checks if the given key values contain all required shard key columns. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value.</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">True if all shard key columns are present.</div>
        </div>

        <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_2Utils_2GenericRecordRetriever_8cs_source#l00427">427</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a740c29d122450de68d3d772299a8eb35">◆ </a></span>HasAllShardKeyValues() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.Utils.GenericRecordRetriever.HasAllShardKeyValues </td>
                  <td>(</td>
                  <td className="paramtype">IDictionary\< string, object?></td>
                  <td className="paramname"><span className="paramname"><span className="em">keyValues</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Checks if the given key values contain all required shard key columns. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramname">keyValues</td>
                <td>Dictionary of column name -> value.</td>
              </tr>
            </table>
          </div>
        </div>

        <div className="dl section return">
          <div className="dt">Returns</div>
          <div className="dd">True if all shard key columns are present.</div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source#l00427">427</a> of file <a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Property Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a42e7e7b1108f4761478a64c5a91c1610">◆ </a></span>HARingSize</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.Utils.GenericRecordRetriever.HARingSize</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the HA ring size. </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_2Utils_2GenericRecordRetriever_8cs_source#l00068">68</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab5e0dcd0056fba6fc88425930e64ff79">◆ </a></span>KineticaDB</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1Kinetica">Kinetica</a> kinetica.Utils.GenericRecordRetriever.KineticaDB</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> connection. </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_2Utils_2GenericRecordRetriever_8cs_source#l00048">48</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9670fd5ef7137be1aad425b6f7bd2a3d">◆ </a></span>KType</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1KineticaType">KineticaType</a> kinetica.Utils.GenericRecordRetriever.KType</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the <a className="el" href="/content/api/cs/classkinetica_1_1KineticaType" title="Describes a Kinetica record type — its columns, properties, and Avro schema — and can create the type...">KineticaType</a> for 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_2Utils_2GenericRecordRetriever_8cs_source#l00058">58</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5a5fb7836e374c5e575e472951108054">◆ </a></span>MultiHeadEnabled</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.Utils.GenericRecordRetriever.MultiHeadEnabled</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets whether multi-head retrieval is enabled. </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_2Utils_2GenericRecordRetriever_8cs_source#l00073">73</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7da47aca7abacd94a3156483a1df3ef9">◆ </a></span>NumClusterSwitches</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.Utils.GenericRecordRetriever.NumClusterSwitches</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the number of cluster switches due to HA failover. </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_2Utils_2GenericRecordRetriever_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_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2bb66f78fcb06745e9f125602dcd3d1b">◆ </a></span>ShardKeyColumnNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< string > kinetica.Utils.GenericRecordRetriever.ShardKeyColumnNames</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the shard key column names, or empty if table is not sharded. </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_2Utils_2GenericRecordRetriever_8cs_source#l00078">78</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adb5577b9167905b6839fa79d1a5f9ddd">◆ </a></span>TableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">string kinetica.Utils.GenericRecordRetriever.TableName</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Gets the table name. </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_2Utils_2GenericRecordRetriever_8cs_source#l00053">53</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this class was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Utils/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a></li>
      <li>Kinetica/Utils/<a className="el" href="/content/api/cs/Kinetica_2Utils_2GenericRecordRetriever_8cs_source">GenericRecordRetriever.cs</a></li>
    </ul>
  </div>
</div>
