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

> kinetica.ExportRecordsToTableRequest.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_1ExportRecordsToTableRequest#a45dcd6d55b79c57e0e77d7da9d695b77" title="Optional parameters.">ExportRecordsToTableRequest.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:a1048080fe5feec161d4bdd027d4e11d0" id="r_a1048080fe5feec161d4bdd027d4e11d0">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1048080fe5feec161d4bdd027d4e11d0">BATCH\_SIZE</a> = "batch\_size"</td>
      </tr>

      <tr className="memdesc:a1048080fe5feec161d4bdd027d4e11d0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Batch size, which determines how many rows to export per round trip. <br /></td>
      </tr>

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

      <tr className="memitem:a2f12389c4297ec333e2de17f05cf29e2" id="r_a2f12389c4297ec333e2de17f05cf29e2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2f12389c4297ec333e2de17f05cf29e2">DATASINK\_NAME</a> = "datasink\_name"</td>
      </tr>

      <tr className="memdesc:a2f12389c4297ec333e2de17f05cf29e2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of an existing external data sink to which table name specified in <a className="el" href="/content/api/cs/classkinetica_1_1ExportRecordsToTableRequest#ad0726975c6492ac39da3297e8fb8f445" title="Name of the table from which the data will be exported to remote database, in [schema_name.">ExportRecordsToTableRequest.table\_name</a> will be exported. <br /></td>
      </tr>

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

      <tr className="memitem:a5b931a592232bab281fb4a4809149a7d" id="r_a5b931a592232bab281fb4a4809149a7d">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5b931a592232bab281fb4a4809149a7d">JDBC\_SESSION\_INIT\_STATEMENT</a> = "jdbc\_session\_init\_statement"</td>
      </tr>

      <tr className="memdesc:a5b931a592232bab281fb4a4809149a7d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Executes the statement per each JDBC session before doing actual load. <br /></td>
      </tr>

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

      <tr className="memitem:a275e2b4e988666800de0f61637a8f5eb" id="r_a275e2b4e988666800de0f61637a8f5eb">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a275e2b4e988666800de0f61637a8f5eb">JDBC\_CONNECTION\_INIT\_STATEMENT</a> = "jdbc\_connection\_init\_statement"</td>
      </tr>

      <tr className="memdesc:a275e2b4e988666800de0f61637a8f5eb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Executes the statement once before doing actual load. <br /></td>
      </tr>

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

      <tr className="memitem:a4a7f662917d0a3cf22a7420649d658c9" id="r_a4a7f662917d0a3cf22a7420649d658c9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4a7f662917d0a3cf22a7420649d658c9">REMOTE\_TABLE</a> = "remote\_table"</td>
      </tr>

      <tr className="memdesc:a4a7f662917d0a3cf22a7420649d658c9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the target table to which source table is exported. <br /></td>
      </tr>

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

      <tr className="memitem:a54b30411ffd5618a2c1ce2ee3aa513a9" id="r_a54b30411ffd5618a2c1ce2ee3aa513a9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a54b30411ffd5618a2c1ce2ee3aa513a9">USE\_ST\_GEOMFROM\_CASTS</a> = "use\_st\_geomfrom\_casts"</td>
      </tr>

      <tr className="memdesc:a54b30411ffd5618a2c1ce2ee3aa513a9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Wraps parameterized variables with st\_geomfromtext or st\_geomfromwkb based on source column type. <br /></td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memitem:a035c3c889a573e41ea76528b787910a2" id="r_a035c3c889a573e41ea76528b787910a2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a035c3c889a573e41ea76528b787910a2">USE\_INDEXED\_PARAMETERS</a> = "use\_indexed\_parameters"</td>
      </tr>

      <tr className="memdesc:a035c3c889a573e41ea76528b787910a2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Uses \$n style syntax when generating insert query for remote\_table option. <br /></td>
      </tr>

      <tr className="separator:a035c3c889a573e41ea76528b787910a2">
        <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_1ExportRecordsToTableRequest#a45dcd6d55b79c57e0e77d7da9d695b77" title="Optional parameters.">ExportRecordsToTableRequest.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_2ExportRecordsToTable_8cs_source#l00021">21</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a1048080fe5feec161d4bdd027d4e11d0">◆ </a></span>BATCH\_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.ExportRecordsToTableRequest.Options.BATCH\_SIZE = "batch\_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>Batch size, which determines how many rows to export per round trip. </p>
        <p>The default value is '200000'.</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_2ExportRecordsToTable_8cs_source#l00026">26</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2f12389c4297ec333e2de17f05cf29e2">◆ </a></span>DATASINK\_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.ExportRecordsToTableRequest.Options.DATASINK\_NAME = "datasink\_name"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Name of an existing external data sink to which table name specified in <a className="el" href="/content/api/cs/classkinetica_1_1ExportRecordsToTableRequest#ad0726975c6492ac39da3297e8fb8f445" title="Name of the table from which the data will be exported to remote database, in [schema_name.">ExportRecordsToTableRequest.table\_name</a> will be exported. </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_2ExportRecordsToTable_8cs_source#l00031">31</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0551c7faece1d0f3eef826156f60aad8">◆ </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.ExportRecordsToTableRequest.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_1ExportRecordsToTableRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToTableRequest.options.">ExportRecordsToTableRequest.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_2ExportRecordsToTable_8cs_source#l00075">75</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a275e2b4e988666800de0f61637a8f5eb">◆ </a></span>JDBC\_CONNECTION\_INIT\_STATEMENT</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.ExportRecordsToTableRequest.Options.JDBC\_CONNECTION\_INIT\_STATEMENT = "jdbc\_connection\_init\_statement"</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>Executes the statement once before doing actual load. </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_2ExportRecordsToTable_8cs_source#l00041">41</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5b931a592232bab281fb4a4809149a7d">◆ </a></span>JDBC\_SESSION\_INIT\_STATEMENT</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.ExportRecordsToTableRequest.Options.JDBC\_SESSION\_INIT\_STATEMENT = "jdbc\_session\_init\_statement"</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>Executes the statement per each JDBC session before doing actual load. </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_2ExportRecordsToTable_8cs_source#l00036">36</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4a7f662917d0a3cf22a7420649d658c9">◆ </a></span>REMOTE\_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.ExportRecordsToTableRequest.Options.REMOTE\_TABLE = "remote\_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>Name of the target table to which source table is exported. </p>
        <p>When this option is specified remote\_query cannot be specified. 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_2ExportRecordsToTable_8cs_source#l00047">47</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ade4620e65dd633967e9e622b576f0f43">◆ </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.ExportRecordsToTableRequest.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_1ExportRecordsToTableRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToTableRequest.options.">ExportRecordsToTableRequest.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_2ExportRecordsToTable_8cs_source#l00071">71</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a035c3c889a573e41ea76528b787910a2">◆ </a></span>USE\_INDEXED\_PARAMETERS</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.ExportRecordsToTableRequest.Options.USE\_INDEXED\_PARAMETERS = "use\_indexed\_parameters"</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>Uses \$n style syntax when generating insert query for remote\_table option. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#ade4620e65dd633967e9e622b576f0f43">TRUE</a> </li>
          <li> <a className="el" href="#a0551c7faece1d0f3eef826156f60aad8">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a0551c7faece1d0f3eef826156f60aad8">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_2ExportRecordsToTable_8cs_source#l00095">95</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a54b30411ffd5618a2c1ce2ee3aa513a9">◆ </a></span>USE\_ST\_GEOMFROM\_CASTS</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.ExportRecordsToTableRequest.Options.USE\_ST\_GEOMFROM\_CASTS = "use\_st\_geomfrom\_casts"</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>Wraps parameterized variables with st\_geomfromtext or st\_geomfromwkb based on source column type. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#ade4620e65dd633967e9e622b576f0f43">TRUE</a> </li>
          <li> <a className="el" href="#a0551c7faece1d0f3eef826156f60aad8">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a0551c7faece1d0f3eef826156f60aad8">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_2ExportRecordsToTable_8cs_source#l00067">67</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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.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_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2ExportRecordsToTable_8cs_source">ExportRecordsToTable.cs</a></li>
    </ul>
  </div>
</div>
