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

> kinetica.FileSystem.KifsFileInfo — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>Contains information about a file stored in KiFS. <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:a8ce249866823a31fd19903c4fb31c5d4" id="r_a8ce249866823a31fd19903c4fb31c5d4">
        <td className="memItemLeft" align="right" valign="top">override string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a8ce249866823a31fd19903c4fb31c5d4">ToString</a> ()</td>
      </tr>

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

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

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

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

      <tr className="separator:a8ce249866823a31fd19903c4fb31c5d4">
        <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:a5f6b1c43fa043706fe9c14bcaf5b77c3" id="r_a5f6b1c43fa043706fe9c14bcaf5b77c3">
        <td className="memItemLeft" align="right" valign="top">string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5f6b1c43fa043706fe9c14bcaf5b77c3">FileName</a> = string.Empty<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a5f6b1c43fa043706fe9c14bcaf5b77c3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the full KiFS file name path. <br /></td>
      </tr>

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

      <tr className="memitem:adeff68589ba01ba08832b97c3f3a63a3" id="r_adeff68589ba01ba08832b97c3f3a63a3">
        <td className="memItemLeft" align="right" valign="top">long </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adeff68589ba01ba08832b97c3f3a63a3">FileSize</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:adeff68589ba01ba08832b97c3f3a63a3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the file size in bytes. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ac3a0c89c94aab5e59147a11039e4aa4d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the username of the user who created the file. <br /></td>
      </tr>

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

      <tr className="memitem:a1f58db3804fbd0499b37c61e7346d33b" id="r_a1f58db3804fbd0499b37c61e7346d33b">
        <td className="memItemLeft" align="right" valign="top">long </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1f58db3804fbd0499b37c61e7346d33b">CreationTime</a><code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a1f58db3804fbd0499b37c61e7346d33b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets the creation time as a Unix timestamp in milliseconds. <br /></td>
      </tr>

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

      <tr className="memitem:a0c6e8a27d22a5342a6c0a51abe19c46c" id="r_a0c6e8a27d22a5342a6c0a51abe19c46c">
        <td className="memItemLeft" align="right" valign="top">DateTime </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0c6e8a27d22a5342a6c0a51abe19c46c">CreationDateTime</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a0c6e8a27d22a5342a6c0a51abe19c46c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets the creation time as a DateTime object. <br /></td>
      </tr>

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

      <tr className="memitem:a29004e2fe3e3f17577eaa57fdf95bbbc" id="r_a29004e2fe3e3f17577eaa57fdf95bbbc">
        <td className="memItemLeft" align="right" valign="top">IDictionary\< string, string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a29004e2fe3e3f17577eaa57fdf95bbbc">Info</a> = new Dictionary\<string, string>()<code> \[get, set]</code></td>
      </tr>

      <tr className="memdesc:a29004e2fe3e3f17577eaa57fdf95bbbc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Gets or sets additional information about the file. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>Contains information about a file stored in KiFS. </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_2KifsFileInfo_8cs_source#l00006">6</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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Function Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a8ce249866823a31fd19903c4fb31c5d4">◆ </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.KifsFileInfo.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 file info. </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_2KifsFileInfo_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_2FileSystem_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8ce249866823a31fd19903c4fb31c5d4">◆ </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.KifsFileInfo.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 file info. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/Kinetica_2FileSystem_2KifsFileInfo_8cs_source#l00041">41</a> of file <a className="el" href="/content/api/cs/Kinetica_2FileSystem_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Property Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ac3a0c89c94aab5e59147a11039e4aa4d">◆ </a></span>CreatedBy</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.KifsFileInfo.CreatedBy = 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 username of the user who created the file. </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_2KifsFileInfo_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_2FileSystem_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0c6e8a27d22a5342a6c0a51abe19c46c">◆ </a></span>CreationDateTime</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">DateTime kinetica.FileSystem.KifsFileInfo.CreationDateTime</td>
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Gets the creation time as a DateTime object. </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_2KifsFileInfo_8cs_source#l00031">31</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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1f58db3804fbd0499b37c61e7346d33b">◆ </a></span>CreationTime</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">long kinetica.FileSystem.KifsFileInfo.CreationTime</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 creation time as a Unix timestamp in milliseconds. </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_2KifsFileInfo_8cs_source#l00026">26</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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5f6b1c43fa043706fe9c14bcaf5b77c3">◆ </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.KifsFileInfo.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 full KiFS file name path. </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_2KifsFileInfo_8cs_source#l00011">11</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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adeff68589ba01ba08832b97c3f3a63a3">◆ </a></span>FileSize</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">long kinetica.FileSystem.KifsFileInfo.FileSize</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 file size in bytes. </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_2KifsFileInfo_8cs_source#l00016">16</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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a29004e2fe3e3f17577eaa57fdf95bbbc">◆ </a></span>Info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">IDictionary\< string, string > kinetica.FileSystem.KifsFileInfo.Info = new Dictionary\<string, 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 additional information about the file. </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_2KifsFileInfo_8cs_source#l00036">36</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_2KifsFileInfo_8cs_source">KifsFileInfo.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_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a></li>
      <li>Kinetica/FileSystem/<a className="el" href="/content/api/cs/Kinetica_2FileSystem_2KifsFileInfo_8cs_source">KifsFileInfo.cs</a></li>
    </ul>
  </div>
</div>
