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

> kinetica.FileSystem.FileOperationResult — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>Contains the result of a file upload or download operation. <a href="#details">More...</a></p>

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

      <tr className="memitem:ad1890e325c414108fe15ea8b1f993fa3" id="r_ad1890e325c414108fe15ea8b1f993fa3">
        <td className="memItemLeft" align="right" valign="top">override string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad1890e325c414108fe15ea8b1f993fa3">ToString</a> ()</td>
      </tr>

      <tr className="memdesc:ad1890e325c414108fe15ea8b1f993fa3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Returns a string representation of this result. <br /></td>
      </tr>

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

      <tr className="memitem:ad1890e325c414108fe15ea8b1f993fa3" id="r_ad1890e325c414108fe15ea8b1f993fa3">
        <td className="memItemLeft" align="right" valign="top">override string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad1890e325c414108fe15ea8b1f993fa3">ToString</a> ()</td>
      </tr>

      <tr className="memdesc:ad1890e325c414108fe15ea8b1f993fa3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Returns a string representation of this result. <br /></td>
      </tr>

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

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

      <tr className="memitem:a62d361e77dc9e7fe3b8374e32505a9cd" id="r_a62d361e77dc9e7fe3b8374e32505a9cd">
        <td className="memItemLeft" align="right" valign="top">string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a62d361e77dc9e7fe3b8374e32505a9cd">FileName</a> = string.Empty<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a62d361e77dc9e7fe3b8374e32505a9cd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the name of the file being uploaded/downloaded. <br /></td>
      </tr>

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

      <tr className="memitem:a822ad2d6762d965f615f5e9b4c8ceca3" id="r_a822ad2d6762d965f615f5e9b4c8ceca3">
        <td className="memItemLeft" align="right" valign="top">IList\< string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a822ad2d6762d965f615f5e9b4c8ceca3">FileNames</a> = new List\<string>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a822ad2d6762d965f615f5e9b4c8ceca3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the list of all file names for full file operations. <br /></td>
      </tr>

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

      <tr className="memitem:a9829f1d112ed83bba5e11b6f0cdabab3" id="r_a9829f1d112ed83bba5e11b6f0cdabab3">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9829f1d112ed83bba5e11b6f0cdabab3">IsSuccessful</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a9829f1d112ed83bba5e11b6f0cdabab3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets whether the operation was successful. <br /></td>
      </tr>

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

      <tr className="memitem:a5a67f9d61c1ae33243ac98f0ba546576" id="r_a5a67f9d61c1ae33243ac98f0ba546576">
        <td className="memItemLeft" align="right" valign="top">Exception? </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5a67f9d61c1ae33243ac98f0ba546576">Exception</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a5a67f9d61c1ae33243ac98f0ba546576">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the exception that occurred, if any. <br /></td>
      </tr>

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

      <tr className="memitem:a6d0c1d44b5d6f50e94c823f21bce2fd2" id="r_a6d0c1d44b5d6f50e94c823f21bce2fd2">
        <td className="memItemLeft" align="right" valign="top">string? </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6d0c1d44b5d6f50e94c823f21bce2fd2">ErrorMessage</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a6d0c1d44b5d6f50e94c823f21bce2fd2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the error message, if any. <br /></td>
      </tr>

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

      <tr className="memitem:ab5e6ee97e4969599be36f388f29f0f8c" id="r_ab5e6ee97e4969599be36f388f29f0f8c">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/namespacekinetica_1_1FileSystem#a9b6d5a14de3e7d28afaa7f3b989f1b2e">OperationMode</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab5e6ee97e4969599be36f388f29f0f8c">OpMode</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:ab5e6ee97e4969599be36f388f29f0f8c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the operation mode (upload or download). <br /></td>
      </tr>

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

      <tr className="memitem:a0835eabd6c24d78234c1f2b5e9fba64c" id="r_a0835eabd6c24d78234c1f2b5e9fba64c">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0835eabd6c24d78234c1f2b5e9fba64c">IsMultiPart</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a0835eabd6c24d78234c1f2b5e9fba64c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets whether this is a multi-part operation. <br /></td>
      </tr>

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

      <tr className="memitem:a606b987886d19b430e5b1e6770835b02" id="r_a606b987886d19b430e5b1e6770835b02">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1FileSystem_1_1MultiPartUploadInfo">MultiPartUploadInfo</a>? </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a606b987886d19b430e5b1e6770835b02">UploadInfo</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a606b987886d19b430e5b1e6770835b02">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets information about a multi-part upload operation. <br /></td>
      </tr>

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

      <tr className="memitem:a9b5f4d5b742ecaefd32898d9ec516325" id="r_a9b5f4d5b742ecaefd32898d9ec516325">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cs/classkinetica_1_1FileSystem_1_1MultiPartDownloadInfo">MultiPartDownloadInfo</a>? </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b5f4d5b742ecaefd32898d9ec516325">DownloadInfo</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a9b5f4d5b742ecaefd32898d9ec516325">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets information about a multi-part download operation. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>Contains the result of a file upload or download operation. </p>
      <p>This is used for callback notifications during file transfers. </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_2FileSystem_2FileOperationResult_8cs_source#l00018">18</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Function Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ad1890e325c414108fe15ea8b1f993fa3">◆ </a></span>ToString() <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">override string kinetica.FileSystem.FileOperationResult.ToString </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>Returns a string representation of this result. </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_2FileSystem_2FileOperationResult_8cs_source#l00068">68</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad1890e325c414108fe15ea8b1f993fa3">◆ </a></span>ToString() <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">override string kinetica.FileSystem.FileOperationResult.ToString </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>Returns a string representation of this result. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2FileSystem_2FileOperationResult_8cs_source#l00068">68</a> of file <a className="el" href="/content/api/cs/Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Property Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a9b5f4d5b742ecaefd32898d9ec516325">◆ </a></span>DownloadInfo</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1FileSystem_1_1MultiPartDownloadInfo">MultiPartDownloadInfo</a> kinetica.FileSystem.FileOperationResult.DownloadInfo</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets information about a multi-part download operation. </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_2FileSystem_2FileOperationResult_8cs_source#l00063">63</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6d0c1d44b5d6f50e94c823f21bce2fd2">◆ </a></span>ErrorMessage</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">string kinetica.FileSystem.FileOperationResult.ErrorMessage</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets the error message, if any. </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_2FileSystem_2FileOperationResult_8cs_source#l00043">43</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5a67f9d61c1ae33243ac98f0ba546576">◆ </a></span>Exception</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">Exception kinetica.FileSystem.FileOperationResult.Exception</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets the exception that occurred, if any. </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_2FileSystem_2FileOperationResult_8cs_source#l00038">38</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a62d361e77dc9e7fe3b8374e32505a9cd">◆ </a></span>FileName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">string kinetica.FileSystem.FileOperationResult.FileName = string.Empty</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets the name of the file being uploaded/downloaded. </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_2FileSystem_2FileOperationResult_8cs_source#l00023">23</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a822ad2d6762d965f615f5e9b4c8ceca3">◆ </a></span>FileNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IList\< string > kinetica.FileSystem.FileOperationResult.FileNames = new List\<string>()</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets the list of all file names for full file operations. </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_2FileSystem_2FileOperationResult_8cs_source#l00028">28</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0835eabd6c24d78234c1f2b5e9fba64c">◆ </a></span>IsMultiPart</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.FileSystem.FileOperationResult.IsMultiPart</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets whether this is a multi-part operation. </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_2FileSystem_2FileOperationResult_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_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9829f1d112ed83bba5e11b6f0cdabab3">◆ </a></span>IsSuccessful</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">bool kinetica.FileSystem.FileOperationResult.IsSuccessful</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets whether the operation was successful. </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_2FileSystem_2FileOperationResult_8cs_source#l00033">33</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab5e6ee97e4969599be36f388f29f0f8c">◆ </a></span>OpMode</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/namespacekinetica_1_1FileSystem#a9b6d5a14de3e7d28afaa7f3b989f1b2e">OperationMode</a> kinetica.FileSystem.FileOperationResult.OpMode</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets the operation mode (upload or download). </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_2FileSystem_2FileOperationResult_8cs_source#l00048">48</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a606b987886d19b430e5b1e6770835b02">◆ </a></span>UploadInfo</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1FileSystem_1_1MultiPartUploadInfo">MultiPartUploadInfo</a> kinetica.FileSystem.FileOperationResult.UploadInfo</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets or sets information about a multi-part upload operation. </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_2FileSystem_2FileOperationResult_8cs_source#l00058">58</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this class was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/FileSystem/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a></li>
      <li>Kinetica/FileSystem/<a className="el" href="/content/api/cs/Kinetica_2FileSystem_2FileOperationResult_8cs_source">FileOperationResult.cs</a></li>
    </ul>
  </div>
</div>
