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

# gpudb::UploadFilesRequest

> gpudb::UploadFilesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abf858a844a619c04135d680ce9a2fe4c">GPUdb::uploadFiles</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/upload__files_8h_source">gpudb/protocol/upload\_files.h</a>></code></p>

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

      <tr className="memitem:a5e855b09ba68cd0c4b513116b8e14214" id="r_a5e855b09ba68cd0c4b513116b8e14214">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5e855b09ba68cd0c4b513116b8e14214">UploadFilesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a5e855b09ba68cd0c4b513116b8e14214">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1UploadFilesRequest" title="A set of parameters for GPUdb::uploadFiles.">UploadFilesRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a6145f08a7aa6eb4cf9961e8db6c5329f" id="r_a6145f08a7aa6eb4cf9961e8db6c5329f">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6145f08a7aa6eb4cf9961e8db6c5329f">UploadFilesRequest</a> (const std::vector\< std::string > \&fileNames\_, const std::vector\< std::vector\< uint8\_t > > \&fileData\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a6145f08a7aa6eb4cf9961e8db6c5329f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1UploadFilesRequest" title="A set of parameters for GPUdb::uploadFiles.">UploadFilesRequest</a> object with the specified parameters. <br /></td>
      </tr>

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

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

      <tr className="memitem:a635c1a228f350b94ac8e87aea41074c3" id="r_a635c1a228f350b94ac8e87aea41074c3">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a></td>
      </tr>

      <tr className="memdesc:a635c1a228f350b94ac8e87aea41074c3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">An array of full file name paths to be used for the files uploaded to KiFS. <br /></td>
      </tr>

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

      <tr className="memitem:a116f2ceace6df94cd9420a5f9f1b89d1" id="r_a116f2ceace6df94cd9420a5f9f1b89d1">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::vector\< uint8\_t > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a116f2ceace6df94cd9420a5f9f1b89d1">fileData</a></td>
      </tr>

      <tr className="memdesc:a116f2ceace6df94cd9420a5f9f1b89d1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">File data for the files being uploaded, for the respective files in <a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a9be7f5ebb5c62f79a09b0bade94bc858" id="r_a9be7f5ebb5c62f79a09b0bade94bc858">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9be7f5ebb5c62f79a09b0bade94bc858">options</a></td>
      </tr>

      <tr className="memdesc:a9be7f5ebb5c62f79a09b0bade94bc858">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abf858a844a619c04135d680ce9a2fe4c">GPUdb::uploadFiles</a>. </p>
      <p>Uploads one or more files to <a href="/content/tools/kifs/" target="_top">KiFS</a>. There are two methods for uploading files: load files in their entirety, or load files in parts. The latter is recommended for files of approximately 60 MB or larger.</p>
      <p>To upload files in their entirety, populate <a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a> with the file names to upload into on KiFS, and their respective byte content in <a className="el" href="#a116f2ceace6df94cd9420a5f9f1b89d1">fileData</a>.</p>
      <p>Multiple steps are involved when uploading in multiple parts. Only one file at a time can be uploaded in this manner. A user-provided UUID is utilized to tie all the upload steps together for a given file. To upload a file in multiple parts:</p>

      <ol type="1">
        <li>Provide the file name in <a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a>, the UUID in the <a className="el" href="/content/api/cpp/namespacegpudb#a65246e8181f323fb96754920c739c729">multipart\_upload\_uuid</a> key in <a className="el" href="#a9be7f5ebb5c62f79a09b0bade94bc858">options</a>, and a <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">multipart\_operation</a> value of <a className="el" href="/content/api/cpp/namespacegpudb#a3201903fca3dce04ad707acf29ef8c10">init</a>.</li>
        <li>Upload one or more parts by providing the file name, the part data in <a className="el" href="#a116f2ceace6df94cd9420a5f9f1b89d1">fileData</a>, the UUID, a <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">multipart\_operation</a> value of <a className="el" href="/content/api/cpp/namespacegpudb#a7aabace8d060d2d116d535c7ffaf321e">upload\_part</a>, and the part number in the <a className="el" href="/content/api/cpp/namespacegpudb#ab7bdf631809f0261f4d848272e454707">multipart\_upload\_part\_number</a>. The part numbers must start at 1 and increase incrementally. Parts may not be uploaded out of order.</li>
        <li>Complete the upload by providing the file name, the UUID, and a <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">multipart\_operation</a> value of <a className="el" href="/content/api/cpp/namespacegpudb#a5346cda4a05914f26713e5ef38d9556d">complete</a>.</li>
      </ol>

      <p>Multipart uploads in progress may be canceled by providing the file name, the UUID, and a <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">multipart\_operation</a> value of <a className="el" href="/content/api/cpp/namespacegpudb#adf4f84c5144965902ec3b8a4b378e784">cancel</a>. If an new upload is initialized with a different UUID for an existing upload in progress, the pre-existing upload is automatically canceled in favor of the new upload.</p>
      <p>The multipart upload must be completed for the file to be usable in KiFS. Information about multipart uploads in progress is available in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a25eed62c5697242506cc5e336925b45d">GPUdb::showFiles</a>.</p>
      <p>File data may be pre-encoded using base64 encoding. This should be indicated using the <a className="el" href="/content/api/cpp/namespacegpudb#a95bfae57ffedca8f66cacc69c59d9c82">file\_encoding</a> option, and is recommended when using JSON serialization.</p>
      <p>Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4938a2b931ab7710d13c4eb46caeb79b">GPUdb::showDirectories</a>. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are delineated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.</p>
      <p>These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.' '-' ':' '\[' ']' '(' ')' '#' '='. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00074">74</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::UploadFilesRequest::UploadFilesRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

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

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

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1UploadFilesRequest" title="A set of parameters for GPUdb::uploadFiles.">UploadFilesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00079">79</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::UploadFilesRequest::UploadFilesRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::vector\< std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">fileNames\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::vector\< std::vector\< uint8\_t > > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">fileData\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1UploadFilesRequest" title="A set of parameters for GPUdb::uploadFiles.">UploadFilesRequest</a> object with the specified parameters. </p>

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

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">fileNames\_</td>
                <td>An array of full file name paths to be used for the files uploaded to KiFS. File names may have any number of nested directories in their paths, but the top-level directory must be an existing KiFS directory. Each file must reside in or under a top-level directory. A full file name path cannot be larger than 1024 characters. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">fileData\_</td>
                <td>File data for the files being uploaded, for the respective files in <span className="em arg">fileNames\_</span>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a95bfae57ffedca8f66cacc69c59d9c82">upload\_files\_file\_encoding</a>: Encoding that has been applied to the uploaded file data. When using JSON serialization it is recommended to utilize <a className="el" href="/content/api/cpp/namespacegpudb#abc24dd0ea3385cd1c9c16250efb6198b">base64</a>. The caller is responsible for encoding the data provided in this payload. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#abc24dd0ea3385cd1c9c16250efb6198b">upload\_files\_base64</a>: Specifies that the file data being uploaded has been base64 encoded. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>: The uploaded file data has not been encoded. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>.
                    </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">upload\_files\_multipart\_operation</a>: Multipart upload operation to perform. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>: Default, indicates this is not a multipart upload. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3201903fca3dce04ad707acf29ef8c10">upload\_files\_init</a>: Initialize a multipart file upload. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7aabace8d060d2d116d535c7ffaf321e">upload\_files\_upload\_part</a>: Uploads a part of the specified multipart file upload. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5346cda4a05914f26713e5ef38d9556d">upload\_files\_complete</a>: Complete the specified multipart file upload. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#adf4f84c5144965902ec3b8a4b378e784">upload\_files\_cancel</a>: Cancel the specified multipart file upload. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a65246e8181f323fb96754920c739c729">upload\_files\_multipart\_upload\_uuid</a>: UUID to uniquely identify a multipart upload. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab7bdf631809f0261f4d848272e454707">upload\_files\_multipart\_upload\_part\_number</a>: Incremental part number for each part in a multipart upload. Part numbers start at 1, increment by 1, and must be uploaded sequentially </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#aeb96de16614aae3e73110ecb21c528bb">upload\_files\_delete\_if\_exists</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a41c732a8e805c01030afa230c5161499">true</a>, any existing files specified in <span className="em arg">fileNames\_</span> will be deleted prior to start of upload. 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:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a41c732a8e805c01030afa230c5161499">upload\_files\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae1e8ec0f953598ae77b2d34e02910a43">upload\_files\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ae1e8ec0f953598ae77b2d34e02910a43">upload\_files\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00194">194</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a116f2ceace6df94cd9420a5f9f1b89d1">◆ </a></span>fileData</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<uint8\_t> > gpudb::UploadFilesRequest::fileData</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>File data for the files being uploaded, for the respective files in <a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00214">214</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a635c1a228f350b94ac8e87aea41074c3">◆ </a></span>fileNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::UploadFilesRequest::fileNames</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>An array of full file name paths to be used for the files uploaded to KiFS. </p>
        <p>File names may have any number of nested directories in their paths, but the top-level directory must be an existing KiFS directory. Each file must reside in or under a top-level directory. A full file name path cannot be larger than 1024 characters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00208">208</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9be7f5ebb5c62f79a09b0bade94bc858">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::UploadFilesRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a95bfae57ffedca8f66cacc69c59d9c82">upload\_files\_file\_encoding</a>: Encoding that has been applied to the uploaded file data. When using JSON serialization it is recommended to utilize <a className="el" href="/content/api/cpp/namespacegpudb#abc24dd0ea3385cd1c9c16250efb6198b">base64</a>. The caller is responsible for encoding the data provided in this payload. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#abc24dd0ea3385cd1c9c16250efb6198b">upload\_files\_base64</a>: Specifies that the file data being uploaded has been base64 encoded. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>: The uploaded file data has not been encoded. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>.
          </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#aefa497aafc701aeec6547ed26d7cd3f9">upload\_files\_multipart\_operation</a>: Multipart upload operation to perform. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>: Default, indicates this is not a multipart upload. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3201903fca3dce04ad707acf29ef8c10">upload\_files\_init</a>: Initialize a multipart file upload. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7aabace8d060d2d116d535c7ffaf321e">upload\_files\_upload\_part</a>: Uploads a part of the specified multipart file upload. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5346cda4a05914f26713e5ef38d9556d">upload\_files\_complete</a>: Complete the specified multipart file upload. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#adf4f84c5144965902ec3b8a4b378e784">upload\_files\_cancel</a>: Cancel the specified multipart file upload. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a24ccdfbeae55019c35ff0e75c02c7e99">upload\_files\_none</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a65246e8181f323fb96754920c739c729">upload\_files\_multipart\_upload\_uuid</a>: UUID to uniquely identify a multipart upload. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab7bdf631809f0261f4d848272e454707">upload\_files\_multipart\_upload\_part\_number</a>: Incremental part number for each part in a multipart upload. Part numbers start at 1, increment by 1, and must be uploaded sequentially </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#aeb96de16614aae3e73110ecb21c528bb">upload\_files\_delete\_if\_exists</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a41c732a8e805c01030afa230c5161499">true</a>, any existing files specified in <a className="el" href="#a635c1a228f350b94ac8e87aea41074c3">fileNames</a> will be deleted prior to start of upload. 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:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a41c732a8e805c01030afa230c5161499">upload\_files\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae1e8ec0f953598ae77b2d34e02910a43">upload\_files\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ae1e8ec0f953598ae77b2d34e02910a43">upload\_files\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/upload__files_8h_source#l00282">282</a> of file <a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/upload__files_8h_source">upload\_files.h</a></li>
    </ul>
  </div>
</div>
