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

> kinetica.DownloadFilesRequest.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_1DownloadFilesRequest#a588945729c857385b446403337fa01b3" title="Optional parameters.">DownloadFilesRequest.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:a56574d8733ab949fa7e4826a5f162198" id="r_a56574d8733ab949fa7e4826a5f162198">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a56574d8733ab949fa7e4826a5f162198">FILE\_ENCODING</a> = "file\_encoding"</td>
      </tr>

      <tr className="memdesc:a56574d8733ab949fa7e4826a5f162198">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Encoding to be applied to the output file data. <br /></td>
      </tr>

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

      <tr className="memitem:a7221f3709851e6f852bdaa1ab08b0401" id="r_a7221f3709851e6f852bdaa1ab08b0401">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7221f3709851e6f852bdaa1ab08b0401">BASE64</a> = "base64"</td>
      </tr>

      <tr className="memdesc:a7221f3709851e6f852bdaa1ab08b0401">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Apply base64 encoding to the output file data. <br /></td>
      </tr>

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

      <tr className="memitem:accc120f3951a257d6dadbafa27eadded" id="r_accc120f3951a257d6dadbafa27eadded">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#accc120f3951a257d6dadbafa27eadded">NONE</a> = "none"</td>
      </tr>

      <tr className="memdesc:accc120f3951a257d6dadbafa27eadded">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Do not apply any encoding to the output file data. <br /></td>
      </tr>

      <tr className="separator:accc120f3951a257d6dadbafa27eadded">
        <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_1DownloadFilesRequest#a588945729c857385b446403337fa01b3" title="Optional parameters.">DownloadFilesRequest.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_2DownloadFiles_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_2DownloadFiles_8cs_source">DownloadFiles.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7221f3709851e6f852bdaa1ab08b0401">◆ </a></span>BASE64</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.DownloadFilesRequest.Options.BASE64 = "base64"</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>Apply base64 encoding to the output file data. </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_2DownloadFiles_8cs_source#l00049">49</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_2DownloadFiles_8cs_source">DownloadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a56574d8733ab949fa7e4826a5f162198">◆ </a></span>FILE\_ENCODING</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.DownloadFilesRequest.Options.FILE\_ENCODING = "file\_encoding"</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>Encoding to be applied to the output file data. </p>
        <p>When using JSON serialization it is recommended to specify this as <a className="el" href="#a7221f3709851e6f852bdaa1ab08b0401">BASE64</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a7221f3709851e6f852bdaa1ab08b0401">BASE64</a>: Apply base64 encoding to the output file data. </li>
          <li> <a className="el" href="#accc120f3951a257d6dadbafa27eadded">NONE</a>: Do not apply any encoding to the output file data. </li>
        </ul>

        <p>The default value is <a className="el" href="#accc120f3951a257d6dadbafa27eadded">NONE</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_2DownloadFiles_8cs_source#l00046">46</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_2DownloadFiles_8cs_source">DownloadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#accc120f3951a257d6dadbafa27eadded">◆ </a></span>NONE</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.DownloadFilesRequest.Options.NONE = "none"</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>Do not apply any encoding to the output file data. </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_2DownloadFiles_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_2Protocol_2DownloadFiles_8cs_source">DownloadFiles.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_2DownloadFiles_8cs_source">DownloadFiles.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2DownloadFiles_8cs_source">DownloadFiles.cs</a></li>
    </ul>
  </div>
</div>
