Contains information about a file stored in KiFS. More…
Public Member Functions | |
| override string | ToString () |
| Returns a string representation of this file info. | |
| override string | ToString () |
| Returns a string representation of this file info. | |
Properties | |
| string | FileName = string.Empty [get, set] |
| Gets or sets the full KiFS file name path. | |
| long | FileSize [get, set] |
| Gets or sets the file size in bytes. | |
| string | CreatedBy = string.Empty [get, set] |
| Gets or sets the username of the user who created the file. | |
| long | CreationTime [get, set] |
| Gets or sets the creation time as a Unix timestamp in milliseconds. | |
| DateTime | CreationDateTime [get] |
| Gets the creation time as a DateTime object. | |
| IDictionary< string, string > | Info = new Dictionary<string, string>() [get, set] |
| Gets or sets additional information about the file. | |
Detailed Description
Contains information about a file stored in KiFS.
Definition at line 6 of file KifsFileInfo.cs.
Member Function Documentation
◆ ToString() [1/2]
| inline |
Returns a string representation of this file info.
Definition at line 41 of file KifsFileInfo.cs.
◆ ToString() [2/2]
| inline |
Returns a string representation of this file info.
Definition at line 41 of file KifsFileInfo.cs.
Property Documentation
◆ CreatedBy
| getset |
Gets or sets the username of the user who created the file.
Definition at line 21 of file KifsFileInfo.cs.
◆ CreationDateTime
| get |
Gets the creation time as a DateTime object.
Definition at line 31 of file KifsFileInfo.cs.
◆ CreationTime
| getset |
Gets or sets the creation time as a Unix timestamp in milliseconds.
Definition at line 26 of file KifsFileInfo.cs.
◆ FileName
| getset |
Gets or sets the full KiFS file name path.
Definition at line 11 of file KifsFileInfo.cs.
◆ FileSize
| getset |
Gets or sets the file size in bytes.
Definition at line 16 of file KifsFileInfo.cs.
◆ Info
| getset |
Gets or sets additional information about the file.
Definition at line 36 of file KifsFileInfo.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/FileSystem/KifsFileInfo.cs
- Kinetica/FileSystem/KifsFileInfo.cs