|
Kinetica C# API
Version 7.2.3.1
|
Contains information about a file stored in KiFS. More...
Public Member Functions | |
| override string | ToString () |
| Returns a string representation of this file info. More... | |
Public Attributes | |
| DateTime | CreationDateTime => DateTimeOffset.FromUnixTimeMilliseconds(CreationTime).DateTime |
| Gets the creation time as a DateTime object. More... | |
Properties | |
| string | FileName = string.Empty [get, set] |
| Gets or sets the full KiFS file name path. More... | |
| long | FileSize [get, set] |
| Gets or sets the file size in bytes. More... | |
| string | CreatedBy = string.Empty [get, set] |
| Gets or sets the username of the user who created the file. More... | |
| long | CreationTime [get, set] |
| Gets or sets the creation time as a Unix timestamp in milliseconds. More... | |
| IDictionary< string, string > | Info = new Dictionary<string [get, set] |
| Gets or sets additional information about the file. More... | |
Contains information about a file stored in KiFS.
Definition at line 9 of file KifsFileInfo.cs.
|
inline |
Returns a string representation of this file info.
Definition at line 44 of file KifsFileInfo.cs.
| DateTime KifsFileInfo.CreationDateTime => DateTimeOffset.FromUnixTimeMilliseconds(CreationTime).DateTime |
Gets the creation time as a DateTime object.
Definition at line 34 of file KifsFileInfo.cs.
|
getset |
Gets or sets the username of the user who created the file.
Definition at line 24 of file KifsFileInfo.cs.
|
getset |
Gets or sets the creation time as a Unix timestamp in milliseconds.
Definition at line 29 of file KifsFileInfo.cs.
|
getset |
Gets or sets the full KiFS file name path.
Definition at line 14 of file KifsFileInfo.cs.
|
getset |
Gets or sets the file size in bytes.
Definition at line 19 of file KifsFileInfo.cs.
|
getset |
Gets or sets additional information about the file.
Definition at line 39 of file KifsFileInfo.cs.