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

> kinetica.ExportRecordsToFilesRequest.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_1ExportRecordsToFilesRequest#a00cb48b674f5d80bc046a1097618dc7d" title="Optional parameters.">ExportRecordsToFilesRequest.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:a9b7bd451a644e546c79b35c94f9fc30b" id="r_a9b7bd451a644e546c79b35c94f9fc30b">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b7bd451a644e546c79b35c94f9fc30b">BATCH\_SIZE</a> = "batch\_size"</td>
      </tr>

      <tr className="memdesc:a9b7bd451a644e546c79b35c94f9fc30b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records to be exported as a batch. <br /></td>
      </tr>

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

      <tr className="memitem:af0984bd0efac3920ef6712c740ccc738" id="r_af0984bd0efac3920ef6712c740ccc738">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af0984bd0efac3920ef6712c740ccc738">COLUMN\_FORMATS</a> = "column\_formats"</td>
      </tr>

      <tr className="memdesc:af0984bd0efac3920ef6712c740ccc738">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">For each source column specified, applies the column-property-bound format. <br /></td>
      </tr>

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

      <tr className="memitem:a7b9846fab45888fdeba8dd59874193c9" id="r_a7b9846fab45888fdeba8dd59874193c9">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7b9846fab45888fdeba8dd59874193c9">COLUMNS\_TO\_EXPORT</a> = "columns\_to\_export"</td>
      </tr>

      <tr className="memdesc:a7b9846fab45888fdeba8dd59874193c9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies a comma-delimited list of columns from the source table to export, written to the output file in the order they are given. <br /></td>
      </tr>

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

      <tr className="memitem:a85d48eedf0589a656c64b54dea988396" id="r_a85d48eedf0589a656c64b54dea988396">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a85d48eedf0589a656c64b54dea988396">COLUMNS\_TO\_SKIP</a> = "columns\_to\_skip"</td>
      </tr>

      <tr className="memdesc:a85d48eedf0589a656c64b54dea988396">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Comma-separated list of column names or column numbers to not export. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a7450e60efbfb11b553feaae5b3e2767b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Datasink name, created using <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a801ca8704d26f85316a3d02f660a2584">Kinetica.createDatasink</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a1844847c884186f0d02c123be6a66e8f" id="r_a1844847c884186f0d02c123be6a66e8f">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1844847c884186f0d02c123be6a66e8f">DEFAULT\_COLUMN\_FORMATS</a> = "default\_column\_formats"</td>
      </tr>

      <tr className="memdesc:a1844847c884186f0d02c123be6a66e8f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the default format to use to write data. <br /></td>
      </tr>

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

      <tr className="memitem:a28c47da936e67075efc051d6cebba7c2" id="r_a28c47da936e67075efc051d6cebba7c2">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a28c47da936e67075efc051d6cebba7c2">EXPORT\_DDL</a> = "export\_ddl"</td>
      </tr>

      <tr className="memdesc:a28c47da936e67075efc051d6cebba7c2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Save DDL to a separate file. <br /></td>
      </tr>

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

      <tr className="memitem:a8e4955590a0264df3c5f296049406c6c" id="r_a8e4955590a0264df3c5f296049406c6c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8e4955590a0264df3c5f296049406c6c">FILE\_EXTENSION</a> = "file\_extension"</td>
      </tr>

      <tr className="memdesc:a8e4955590a0264df3c5f296049406c6c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Extension to give the export file. <br /></td>
      </tr>

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

      <tr className="memitem:a3e2b108deb29ba556efd9a99f0695159" id="r_a3e2b108deb29ba556efd9a99f0695159">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3e2b108deb29ba556efd9a99f0695159">FILE\_TYPE</a> = "file\_type"</td>
      </tr>

      <tr className="memdesc:a3e2b108deb29ba556efd9a99f0695159">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the file format to use when exporting data. <br /></td>
      </tr>

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

      <tr className="memitem:a5f1bc367fa01107de3b86b2963f7981a" id="r_a5f1bc367fa01107de3b86b2963f7981a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</a> = "delimited\_text"</td>
      </tr>

      <tr className="memdesc:a5f1bc367fa01107de3b86b2963f7981a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Delimited text file format; e.g., CSV, TSV, PSV, etc. <br /></td>
      </tr>

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

      <tr className="memitem:ac654387887aa3715537ae5d3804146d8" id="r_ac654387887aa3715537ae5d3804146d8">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac654387887aa3715537ae5d3804146d8">PARQUET</a> = "parquet"</td>
      </tr>

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

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

      <tr className="memitem:a3c1cf3336cd32e2900afff35200b7f65" id="r_a3c1cf3336cd32e2900afff35200b7f65">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3c1cf3336cd32e2900afff35200b7f65">KINETICA\_HEADER</a> = "kinetica\_header"</td>
      </tr>

      <tr className="memdesc:a3c1cf3336cd32e2900afff35200b7f65">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Whether to include a <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> proprietary header. <br /></td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memitem:a562482c9f7485e3cd92cc0394abc4b75" id="r_a562482c9f7485e3cd92cc0394abc4b75">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a562482c9f7485e3cd92cc0394abc4b75">KINETICA\_HEADER\_DELIMITER</a> = "kinetica\_header\_delimiter"</td>
      </tr>

      <tr className="memdesc:a562482c9f7485e3cd92cc0394abc4b75">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If a <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> proprietary header is included, then specify a property separator. <br /></td>
      </tr>

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

      <tr className="memitem:a83f3d2bf15d8c871a01f3be247e774ed" id="r_a83f3d2bf15d8c871a01f3be247e774ed">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a83f3d2bf15d8c871a01f3be247e774ed">COMPRESSION\_TYPE</a> = "compression\_type"</td>
      </tr>

      <tr className="memdesc:a83f3d2bf15d8c871a01f3be247e774ed">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">File compression type. <br /></td>
      </tr>

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

      <tr className="memitem:a115a99cb341a9198732f0976dc6036ba" id="r_a115a99cb341a9198732f0976dc6036ba">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a115a99cb341a9198732f0976dc6036ba">UNCOMPRESSED</a> = "uncompressed"</td>
      </tr>

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

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

      <tr className="memitem:a26f3ed30824a3dabdace094129defa4d" id="r_a26f3ed30824a3dabdace094129defa4d">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a26f3ed30824a3dabdace094129defa4d">SNAPPY</a> = "snappy"</td>
      </tr>

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

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

      <tr className="memitem:a22f4b98c2827fa77eb30b6cc3f2f34c1" id="r_a22f4b98c2827fa77eb30b6cc3f2f34c1">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a22f4b98c2827fa77eb30b6cc3f2f34c1">GZIP</a> = "gzip"</td>
      </tr>

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

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

      <tr className="memitem:aba49bbc1712f182c7c31d205f5896e2a" id="r_aba49bbc1712f182c7c31d205f5896e2a">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aba49bbc1712f182c7c31d205f5896e2a">SINGLE\_FILE</a> = "single\_file"</td>
      </tr>

      <tr className="memdesc:aba49bbc1712f182c7c31d205f5896e2a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Save records to a single file. <br /></td>
      </tr>

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

      <tr className="memitem:a9c6e0544acb471f99aa787297e12fa36" id="r_a9c6e0544acb471f99aa787297e12fa36">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9c6e0544acb471f99aa787297e12fa36">OVERWRITE</a> = "overwrite"</td>
      </tr>

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

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

      <tr className="memitem:a9e4f7ee66e7ba66157af4d589a47d695" id="r_a9e4f7ee66e7ba66157af4d589a47d695">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9e4f7ee66e7ba66157af4d589a47d695">SINGLE\_FILE\_MAX\_SIZE</a> = "single\_file\_max\_size"</td>
      </tr>

      <tr className="memdesc:a9e4f7ee66e7ba66157af4d589a47d695">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Max file size (in MB) to allow saving to a single file. <br /></td>
      </tr>

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

      <tr className="memitem:a7fca0b043d5960a7bbafb0db1ebaec2c" id="r_a7fca0b043d5960a7bbafb0db1ebaec2c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7fca0b043d5960a7bbafb0db1ebaec2c">TEXT\_DELIMITER</a> = "text\_delimiter"</td>
      </tr>

      <tr className="memdesc:a7fca0b043d5960a7bbafb0db1ebaec2c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the character to write out to delimit field values and field names in the header (if present). <br /></td>
      </tr>

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

      <tr className="memitem:a70abb1bbf1a75f0a682505079d49f942" id="r_a70abb1bbf1a75f0a682505079d49f942">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a70abb1bbf1a75f0a682505079d49f942">TEXT\_HAS\_HEADER</a> = "text\_has\_header"</td>
      </tr>

      <tr className="memdesc:a70abb1bbf1a75f0a682505079d49f942">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates whether to write out a header row. <br /></td>
      </tr>

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

      <tr className="memitem:a00554338e9eb1cbb8bdbf6a843f0f362" id="r_a00554338e9eb1cbb8bdbf6a843f0f362">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a00554338e9eb1cbb8bdbf6a843f0f362">TEXT\_NULL\_STRING</a> = "text\_null\_string"</td>
      </tr>

      <tr className="memdesc:a00554338e9eb1cbb8bdbf6a843f0f362">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the character string that should be written out for the null value in the data. <br /></td>
      </tr>

      <tr className="separator:a00554338e9eb1cbb8bdbf6a843f0f362">
        <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_1ExportRecordsToFilesRequest#a00cb48b674f5d80bc046a1097618dc7d" title="Optional parameters.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00037">37</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a9b7bd451a644e546c79b35c94f9fc30b">◆ </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.ExportRecordsToFilesRequest.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>Number of records to be exported as a batch. </p>
        <p>The default value is '1000000'.</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_2ExportRecordsToFiles_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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af0984bd0efac3920ef6712c740ccc738">◆ </a></span>COLUMN\_FORMATS</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.ExportRecordsToFilesRequest.Options.COLUMN\_FORMATS = "column\_formats"</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>For each source column specified, applies the column-property-bound format. </p>
        <p>Currently supported column properties include date, time, and datetime. The parameter value must be formatted as a JSON string of maps of column names to maps of column properties to their corresponding column formats, e.g., '{"{"} "order\_date" : {"{"} "date" : "%Y.%m.%d" {"}"}, "order\_time" : {"{"} "time" : "%H:%M:%S" {"}"} {"}"}'.</p>
        <p>See <a className="el" href="#a1844847c884186f0d02c123be6a66e8f">DEFAULT\_COLUMN\_FORMATS</a> for valid format syntax.</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_2ExportRecordsToFiles_8cs_source#l00054">54</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7b9846fab45888fdeba8dd59874193c9">◆ </a></span>COLUMNS\_TO\_EXPORT</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.ExportRecordsToFilesRequest.Options.COLUMNS\_TO\_EXPORT = "columns\_to\_export"</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>Specifies a comma-delimited list of columns from the source table to export, written to the output file in the order they are given. </p>
        <p>Column names can be provided, in which case the target file will use those names as the column headers as well.</p>
        <p>Alternatively, column numbers can be specified–discretely or as a range. For example, a value of '5,7,1..3' will write values from the fifth column in the source table into the first column in the target file, from the seventh column in the source table into the second column in the target file, and from the first through third columns in the source table into the third through fifth columns in the target file.</p>
        <p>Mutually exclusive with <a className="el" href="#a85d48eedf0589a656c64b54dea988396">COLUMNS\_TO\_SKIP</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_2ExportRecordsToFiles_8cs_source#l00072">72</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a85d48eedf0589a656c64b54dea988396">◆ </a></span>COLUMNS\_TO\_SKIP</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.ExportRecordsToFilesRequest.Options.COLUMNS\_TO\_SKIP = "columns\_to\_skip"</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 column names or column numbers to not export. </p>
        <p>All columns in the source table not specified will be written to the target file in the order they appear in the table definition. Mutually exclusive with <a className="el" href="#a7b9846fab45888fdeba8dd59874193c9">COLUMNS\_TO\_EXPORT</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_2ExportRecordsToFiles_8cs_source#l00081">81</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a83f3d2bf15d8c871a01f3be247e774ed">◆ </a></span>COMPRESSION\_TYPE</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.ExportRecordsToFilesRequest.Options.COMPRESSION\_TYPE = "compression\_type"</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>File compression type. </p>
        <p>GZip can be applied to text and Parquet files. Snappy can only be applied to Parquet files, and is the default compression for them. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a115a99cb341a9198732f0976dc6036ba">UNCOMPRESSED</a> </li>
          <li> <a className="el" href="#a26f3ed30824a3dabdace094129defa4d">SNAPPY</a> </li>
          <li> <a className="el" href="#a22f4b98c2827fa77eb30b6cc3f2f34c1">GZIP</a> </li>
        </ul>

        <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_2ExportRecordsToFiles_8cs_source#l00215">215</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7450e60efbfb11b553feaae5b3e2767b">◆ </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.ExportRecordsToFilesRequest.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>Datasink name, created using <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica#a801ca8704d26f85316a3d02f660a2584">Kinetica.createDatasink</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_2ExportRecordsToFiles_8cs_source#l00086">86</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1844847c884186f0d02c123be6a66e8f">◆ </a></span>DEFAULT\_COLUMN\_FORMATS</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.ExportRecordsToFilesRequest.Options.DEFAULT\_COLUMN\_FORMATS = "default\_column\_formats"</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>Specifies the default format to use to write data. </p>
        <p>Currently supported column properties include date, time, and datetime. This default column-property-bound format can be overridden by specifying a column property and format for a given source column in <a className="el" href="#af0984bd0efac3920ef6712c740ccc738">COLUMN\_FORMATS</a>. For each specified annotation, the format will apply to all columns with that annotation unless custom <a className="el" href="#af0984bd0efac3920ef6712c740ccc738">COLUMN\_FORMATS</a> for that annotation are specified.</p>
        <p>The parameter value must be formatted as a JSON string that is a map of column properties to their respective column formats, e.g., '{"{"} "date" : "%Y.%m.%d", "time" : "%H:%M:%S" {"}"}'. Column formats are specified as a string of control characters and plain text. The supported control characters are 'Y', 'm', 'd', 'H', 'M', 'S', and 's', which follow the Linux 'strptime()' specification, as well as 's', which specifies seconds and fractional seconds (though the fractional component will be truncated past milliseconds).</p>
        <p>Formats for the 'date' annotation must include the 'Y', 'm', and 'd' control characters. Formats for the 'time' annotation must include the 'H', 'M', and either 'S' or 's' (but not both) control characters. Formats for the 'datetime' annotation meet both the 'date' and 'time' control character requirements. For example, '{"{"}"datetime" : "%m/%d/%Y %H:%M:%S" {"}"}' would be used to write text as "05/04/2000 12:12:11"</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_2ExportRecordsToFiles_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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5f1bc367fa01107de3b86b2963f7981a">◆ </a></span>DELIMITED\_TEXT</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.ExportRecordsToFilesRequest.Options.DELIMITED\_TEXT = "delimited\_text"</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>Delimited text file format; e.g., CSV, TSV, PSV, etc. </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_2ExportRecordsToFiles_8cs_source#l00149">149</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a28c47da936e67075efc051d6cebba7c2">◆ </a></span>EXPORT\_DDL</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.ExportRecordsToFilesRequest.Options.EXPORT\_DDL = "export\_ddl"</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>Save DDL to a separate file. </p>
        <p>The default value is 'false'.</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_2ExportRecordsToFiles_8cs_source#l00119">119</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ada06c2d429a13c03090fdb1db751802f">◆ </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.ExportRecordsToFilesRequest.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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00185">185</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8e4955590a0264df3c5f296049406c6c">◆ </a></span>FILE\_EXTENSION</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.ExportRecordsToFilesRequest.Options.FILE\_EXTENSION = "file\_extension"</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>Extension to give the export file. </p>
        <p>The default value is '.csv'.</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_2ExportRecordsToFiles_8cs_source#l00123">123</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3e2b108deb29ba556efd9a99f0695159">◆ </a></span>FILE\_TYPE</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.ExportRecordsToFilesRequest.Options.FILE\_TYPE = "file\_type"</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>Specifies the file format to use when exporting data. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</a>: Delimited text file format; e.g., CSV, TSV, PSV, etc. </li>
          <li> <a className="el" href="#ac654387887aa3715537ae5d3804146d8">PARQUET</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</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_2ExportRecordsToFiles_8cs_source#l00145">145</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a22f4b98c2827fa77eb30b6cc3f2f34c1">◆ </a></span>GZIP</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.ExportRecordsToFilesRequest.Options.GZIP = "gzip"</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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00227">227</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3c1cf3336cd32e2900afff35200b7f65">◆ </a></span>KINETICA\_HEADER</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.ExportRecordsToFilesRequest.Options.KINETICA\_HEADER = "kinetica\_header"</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>Whether to include a <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> proprietary header. </p>
        <p>Will not be written if <a className="el" href="#a70abb1bbf1a75f0a682505079d49f942">TEXT\_HAS\_HEADER</a> is <a className="el" href="#ada06c2d429a13c03090fdb1db751802f">FALSE</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aca8fe99a7517e83d675bb052041013f2">TRUE</a> </li>
          <li> <a className="el" href="#ada06c2d429a13c03090fdb1db751802f">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#ada06c2d429a13c03090fdb1db751802f">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_2ExportRecordsToFiles_8cs_source#l00177">177</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a562482c9f7485e3cd92cc0394abc4b75">◆ </a></span>KINETICA\_HEADER\_DELIMITER</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.ExportRecordsToFilesRequest.Options.KINETICA\_HEADER\_DELIMITER = "kinetica\_header\_delimiter"</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 <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> proprietary header is included, then specify a property separator. </p>
        <p>Different from column delimiter. 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_2ExportRecordsToFiles_8cs_source#l00191">191</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9c6e0544acb471f99aa787297e12fa36">◆ </a></span>OVERWRITE</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.ExportRecordsToFilesRequest.Options.OVERWRITE = "overwrite"</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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00258">258</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac654387887aa3715537ae5d3804146d8">◆ </a></span>PARQUET</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.ExportRecordsToFilesRequest.Options.PARQUET = "parquet"</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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00153">153</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aba49bbc1712f182c7c31d205f5896e2a">◆ </a></span>SINGLE\_FILE</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.ExportRecordsToFilesRequest.Options.SINGLE\_FILE = "single\_file"</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>Save records to a single file. </p>
        <p>This option may be ignored if file size exceeds internal file size limits (this limit will differ on different targets). Supported values:</p>

        <ul>
          <li> <a className="el" href="#aca8fe99a7517e83d675bb052041013f2">TRUE</a> </li>
          <li> <a className="el" href="#ada06c2d429a13c03090fdb1db751802f">FALSE</a> </li>
          <li> <a className="el" href="#a9c6e0544acb471f99aa787297e12fa36">OVERWRITE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aca8fe99a7517e83d675bb052041013f2">TRUE</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_2ExportRecordsToFiles_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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9e4f7ee66e7ba66157af4d589a47d695">◆ </a></span>SINGLE\_FILE\_MAX\_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.ExportRecordsToFilesRequest.Options.SINGLE\_FILE\_MAX\_SIZE = "single\_file\_max\_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>Max file size (in MB) to allow saving to a single file. </p>
        <p>May be overridden by target limitations. 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_2ExportRecordsToFiles_8cs_source#l00264">264</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a26f3ed30824a3dabdace094129defa4d">◆ </a></span>SNAPPY</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.ExportRecordsToFilesRequest.Options.SNAPPY = "snappy"</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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00223">223</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7fca0b043d5960a7bbafb0db1ebaec2c">◆ </a></span>TEXT\_DELIMITER</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.ExportRecordsToFilesRequest.Options.TEXT\_DELIMITER = "text\_delimiter"</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>Specifies the character to write out to delimit field values and field names in the header (if present). </p>
        <p>For <a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</a> <a className="el" href="#a3e2b108deb29ba556efd9a99f0695159">FILE\_TYPE</a> only. 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_2ExportRecordsToFiles_8cs_source#l00273">273</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a70abb1bbf1a75f0a682505079d49f942">◆ </a></span>TEXT\_HAS\_HEADER</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.ExportRecordsToFilesRequest.Options.TEXT\_HAS\_HEADER = "text\_has\_header"</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 whether to write out a header row. </p>
        <p>For <a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</a> <a className="el" href="#a3e2b108deb29ba556efd9a99f0695159">FILE\_TYPE</a> only. Supported values:</p>

        <ul>
          <li> <a className="el" href="#aca8fe99a7517e83d675bb052041013f2">TRUE</a> </li>
          <li> <a className="el" href="#ada06c2d429a13c03090fdb1db751802f">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#aca8fe99a7517e83d675bb052041013f2">TRUE</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_2ExportRecordsToFiles_8cs_source#l00297">297</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a00554338e9eb1cbb8bdbf6a843f0f362">◆ </a></span>TEXT\_NULL\_STRING</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.ExportRecordsToFilesRequest.Options.TEXT\_NULL\_STRING = "text\_null\_string"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Specifies the character string that should be written out for the null value in the data. </p>
        <p>For <a className="el" href="#a5f1bc367fa01107de3b86b2963f7981a">DELIMITED\_TEXT</a> <a className="el" href="#a3e2b108deb29ba556efd9a99f0695159">FILE\_TYPE</a> only. The default value is '\N'.</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_2ExportRecordsToFiles_8cs_source#l00306">306</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aca8fe99a7517e83d675bb052041013f2">◆ </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.ExportRecordsToFilesRequest.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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00181">181</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a115a99cb341a9198732f0976dc6036ba">◆ </a></span>UNCOMPRESSED</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.ExportRecordsToFilesRequest.Options.UNCOMPRESSED = "uncompressed"</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_1ExportRecordsToFilesRequest_1_1Options" title="A set of string constants for the parameter ExportRecordsToFilesRequest.options.">ExportRecordsToFilesRequest.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_2ExportRecordsToFiles_8cs_source#l00219">219</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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.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_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2ExportRecordsToFiles_8cs_source">ExportRecordsToFiles.cs</a></li>
    </ul>
  </div>
</div>
