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