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

> kinetica.UploadFilesRequest.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_1UploadFilesRequest#aed3eace4003bfe509a1f64d01d0b1c8a" title="Optional parameters.">UploadFilesRequest.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:ae8c7e5c8d2a547f686d64c063e0da5c8" id="r_ae8c7e5c8d2a547f686d64c063e0da5c8">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae8c7e5c8d2a547f686d64c063e0da5c8">FILE\_ENCODING</a> = "file\_encoding"</td>
      </tr>

      <tr className="memdesc:ae8c7e5c8d2a547f686d64c063e0da5c8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Encoding that has been applied to the uploaded file data. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a4acaa7b594c8cf9e956f416deb22e967">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies that the file data being uploaded has been base64 encoded. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ac01a3874d16f1c6bf1be5e9569da2e6c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Default, indicates this is not a multipart upload. <br /></td>
      </tr>

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

      <tr className="memitem:a65af2d47a045172c318ceecb7d9b08ad" id="r_a65af2d47a045172c318ceecb7d9b08ad">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a65af2d47a045172c318ceecb7d9b08ad">MULTIPART\_OPERATION</a> = "multipart\_operation"</td>
      </tr>

      <tr className="memdesc:a65af2d47a045172c318ceecb7d9b08ad">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Multipart upload operation to perform. <br /></td>
      </tr>

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

      <tr className="memitem:a87af372f97999c9af7486630bdb27e8f" id="r_a87af372f97999c9af7486630bdb27e8f">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a87af372f97999c9af7486630bdb27e8f">INIT</a> = "init"</td>
      </tr>

      <tr className="memdesc:a87af372f97999c9af7486630bdb27e8f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Initialize a multipart file upload. <br /></td>
      </tr>

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

      <tr className="memitem:a7ecfa5b5082de7d58ad3184394e14318" id="r_a7ecfa5b5082de7d58ad3184394e14318">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7ecfa5b5082de7d58ad3184394e14318">UPLOAD\_PART</a> = "upload\_part"</td>
      </tr>

      <tr className="memdesc:a7ecfa5b5082de7d58ad3184394e14318">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Uploads a part of the specified multipart file upload. <br /></td>
      </tr>

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

      <tr className="memitem:ac0487261680dce0b807e7a8bda3289fa" id="r_ac0487261680dce0b807e7a8bda3289fa">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac0487261680dce0b807e7a8bda3289fa">COMPLETE</a> = "complete"</td>
      </tr>

      <tr className="memdesc:ac0487261680dce0b807e7a8bda3289fa">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Complete the specified multipart file upload. <br /></td>
      </tr>

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

      <tr className="memitem:acb18db38bc871c70f06b11d3c8813a20" id="r_acb18db38bc871c70f06b11d3c8813a20">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acb18db38bc871c70f06b11d3c8813a20">CANCEL</a> = "cancel"</td>
      </tr>

      <tr className="memdesc:acb18db38bc871c70f06b11d3c8813a20">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Cancel the specified multipart file upload. <br /></td>
      </tr>

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

      <tr className="memitem:a7e2e0956a5ca5d03e68ea6d7f0b5eceb" id="r_a7e2e0956a5ca5d03e68ea6d7f0b5eceb">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7e2e0956a5ca5d03e68ea6d7f0b5eceb">MULTIPART\_UPLOAD\_UUID</a> = "multipart\_upload\_uuid"</td>
      </tr>

      <tr className="memdesc:a7e2e0956a5ca5d03e68ea6d7f0b5eceb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">UUID to uniquely identify a multipart upload. <br /></td>
      </tr>

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

      <tr className="memitem:aa76cfcbc5f659ef03529a6f341ba57d7" id="r_aa76cfcbc5f659ef03529a6f341ba57d7">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa76cfcbc5f659ef03529a6f341ba57d7">MULTIPART\_UPLOAD\_PART\_NUMBER</a> = "multipart\_upload\_part\_number"</td>
      </tr>

      <tr className="memdesc:aa76cfcbc5f659ef03529a6f341ba57d7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Incremental part number for each part in a multipart upload. <br /></td>
      </tr>

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

      <tr className="memitem:a27093f415211c37a6fd590f77c63d08e" id="r_a27093f415211c37a6fd590f77c63d08e">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a27093f415211c37a6fd590f77c63d08e">DELETE\_IF\_EXISTS</a> = "delete\_if\_exists"</td>
      </tr>

      <tr className="memdesc:a27093f415211c37a6fd590f77c63d08e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#a3ac4ed166437583737747dd3e5339b4a">TRUE</a>, any existing files specified in <a className="el" href="/content/api/cs/classkinetica_1_1UploadFilesRequest#aae382f078d41ad40ff61e890cde69415" title="An array of full file name paths to be used for the files uploaded to KiFS.">UploadFilesRequest.file\_names</a> will be deleted prior to start of upload. <br /></td>
      </tr>

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

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

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

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

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

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

      <tr className="separator:a8c38b9e475eab3a8af5a884cdc46b07a">
        <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_1UploadFilesRequest#aed3eace4003bfe509a1f64d01d0b1c8a" title="Optional parameters.">UploadFilesRequest.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_2UploadFiles_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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a4acaa7b594c8cf9e956f416deb22e967">◆ </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.UploadFilesRequest.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>Specifies that the file data being uploaded has been base64 encoded. </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_2UploadFiles_8cs_source#l00105">105</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acb18db38bc871c70f06b11d3c8813a20">◆ </a></span>CANCEL</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.UploadFilesRequest.Options.CANCEL = "cancel"</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>Cancel the specified multipart file upload. </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_2UploadFiles_8cs_source#l00163">163</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac0487261680dce0b807e7a8bda3289fa">◆ </a></span>COMPLETE</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.UploadFilesRequest.Options.COMPLETE = "complete"</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>Complete the specified multipart file upload. </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_2UploadFiles_8cs_source#l00160">160</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a27093f415211c37a6fd590f77c63d08e">◆ </a></span>DELETE\_IF\_EXISTS</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.UploadFilesRequest.Options.DELETE\_IF\_EXISTS = "delete\_if\_exists"</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>If <a className="el" href="#a3ac4ed166437583737747dd3e5339b4a">TRUE</a>, any existing files specified in <a className="el" href="/content/api/cs/classkinetica_1_1UploadFilesRequest#aae382f078d41ad40ff61e890cde69415" title="An array of full file name paths to be used for the files uploaded to KiFS.">UploadFilesRequest.file\_names</a> will be deleted prior to start of upload. </p>
        <p>Otherwise the file is replaced once the upload completes. Rollback of the original file is no longer possible if the upload is cancelled, aborted or fails if the file was deleted beforehand. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a3ac4ed166437583737747dd3e5339b4a">TRUE</a> </li>
          <li> <a className="el" href="#a8c38b9e475eab3a8af5a884cdc46b07a">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a8c38b9e475eab3a8af5a884cdc46b07a">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_2UploadFiles_8cs_source#l00196">196</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8c38b9e475eab3a8af5a884cdc46b07a">◆ </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.UploadFilesRequest.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_1UploadFilesRequest_1_1Options" title="A set of string constants for the parameter UploadFilesRequest.options.">UploadFilesRequest.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_2UploadFiles_8cs_source#l00204">204</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae8c7e5c8d2a547f686d64c063e0da5c8">◆ </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.UploadFilesRequest.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 that has been applied to the uploaded file data. </p>
        <p>When using JSON serialization it is recommended to utilize <a className="el" href="#a4acaa7b594c8cf9e956f416deb22e967">BASE64</a>. The caller is responsible for encoding the data provided in this payload. Supported values:</p>

        <ul>
          <li> <a className="el" href="#a4acaa7b594c8cf9e956f416deb22e967">BASE64</a>: Specifies that the file data being uploaded has been base64 encoded. </li>
          <li> <a className="el" href="#ac01a3874d16f1c6bf1be5e9569da2e6c">NONE</a>: The uploaded file data has not been encoded. </li>
        </ul>

        <p>The default value is <a className="el" href="#ac01a3874d16f1c6bf1be5e9569da2e6c">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_2UploadFiles_8cs_source#l00101">101</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a87af372f97999c9af7486630bdb27e8f">◆ </a></span>INIT</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.UploadFilesRequest.Options.INIT = "init"</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>Initialize a multipart file upload. </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_2UploadFiles_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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a65af2d47a045172c318ceecb7d9b08ad">◆ </a></span>MULTIPART\_OPERATION</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.UploadFilesRequest.Options.MULTIPART\_OPERATION = "multipart\_operation"</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>Multipart upload operation to perform. </p>
        <p>Supported values:</p>

        <ul>
          <li> <a className="el" href="#ac01a3874d16f1c6bf1be5e9569da2e6c">NONE</a>: Default, indicates this is not a multipart upload. </li>
          <li> <a className="el" href="#a87af372f97999c9af7486630bdb27e8f">INIT</a>: Initialize a multipart file upload. </li>
          <li> <a className="el" href="#a7ecfa5b5082de7d58ad3184394e14318">UPLOAD\_PART</a>: Uploads a part of the specified multipart file upload. </li>
          <li> <a className="el" href="#ac0487261680dce0b807e7a8bda3289fa">COMPLETE</a>: Complete the specified multipart file upload. </li>
          <li> <a className="el" href="#acb18db38bc871c70f06b11d3c8813a20">CANCEL</a>: Cancel the specified multipart file upload. </li>
        </ul>

        <p>The default value is <a className="el" href="#ac01a3874d16f1c6bf1be5e9569da2e6c">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_2UploadFiles_8cs_source#l00150">150</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa76cfcbc5f659ef03529a6f341ba57d7">◆ </a></span>MULTIPART\_UPLOAD\_PART\_NUMBER</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.UploadFilesRequest.Options.MULTIPART\_UPLOAD\_PART\_NUMBER = "multipart\_upload\_part\_number"</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>Incremental part number for each part in a multipart upload. </p>
        <p>Part numbers start at 1, increment by 1, and must be uploaded sequentially</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_2UploadFiles_8cs_source#l00172">172</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7e2e0956a5ca5d03e68ea6d7f0b5eceb">◆ </a></span>MULTIPART\_UPLOAD\_UUID</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.UploadFilesRequest.Options.MULTIPART\_UPLOAD\_UUID = "multipart\_upload\_uuid"</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>UUID to uniquely identify a multipart upload. </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_2UploadFiles_8cs_source#l00166">166</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac01a3874d16f1c6bf1be5e9569da2e6c">◆ </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.UploadFilesRequest.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>Default, indicates this is not a multipart upload. </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_2UploadFiles_8cs_source#l00109">109</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3ac4ed166437583737747dd3e5339b4a">◆ </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.UploadFilesRequest.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_1UploadFilesRequest_1_1Options" title="A set of string constants for the parameter UploadFilesRequest.options.">UploadFilesRequest.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_2UploadFiles_8cs_source#l00200">200</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_2UploadFiles_8cs_source">UploadFiles.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7ecfa5b5082de7d58ad3184394e14318">◆ </a></span>UPLOAD\_PART</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.UploadFilesRequest.Options.UPLOAD\_PART = "upload\_part"</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>Uploads a part of the specified multipart file upload. </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_2UploadFiles_8cs_source#l00157">157</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_2UploadFiles_8cs_source">UploadFiles.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_2UploadFiles_8cs_source">UploadFiles.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2UploadFiles_8cs_source">UploadFiles.cs</a></li>
    </ul>
  </div>
</div>
