Contains information about a directory in KiFS. More…
Public Member Functions | |
| override string | ToString () |
| Returns a string representation of this directory info. | |
| override string | ToString () |
| Returns a string representation of this directory info. | |
Properties | |
| string | KifsPath = string.Empty [get, set] |
| Gets or sets the full KiFS directory path. | |
| string | CreatedBy = string.Empty [get, set] |
| Gets or sets the username of the user who created the directory. | |
| 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. | |
| string | Permission = string.Empty [get, set] |
| Gets or sets the permission string for the directory. | |
| IDictionary< string, string > | Info = new Dictionary<string, string>() [get, set] |
| Gets or sets additional information about the directory. | |
Detailed Description
Contains information about a directory in KiFS.
Definition at line 6 of file KifsDirectoryInfo.cs.
Member Function Documentation
◆ ToString() [1/2]
| inline |
Returns a string representation of this directory info.
Definition at line 41 of file KifsDirectoryInfo.cs.
◆ ToString() [2/2]
| inline |
Returns a string representation of this directory info.
Definition at line 41 of file KifsDirectoryInfo.cs.
Property Documentation
◆ CreatedBy
| getset |
Gets or sets the username of the user who created the directory.
Definition at line 16 of file KifsDirectoryInfo.cs.
◆ CreationDateTime
| get |
Gets the creation time as a DateTime object.
Definition at line 26 of file KifsDirectoryInfo.cs.
◆ CreationTime
| getset |
Gets or sets the creation time as a Unix timestamp in milliseconds.
Definition at line 21 of file KifsDirectoryInfo.cs.
◆ Info
| getset |
Gets or sets additional information about the directory.
Definition at line 36 of file KifsDirectoryInfo.cs.
◆ KifsPath
| getset |
Gets or sets the full KiFS directory path.
Definition at line 11 of file KifsDirectoryInfo.cs.
◆ Permission
| getset |
Gets or sets the permission string for the directory.
Definition at line 31 of file KifsDirectoryInfo.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/KifsDirectoryInfo.cs
- Kinetica/FileSystem/KifsDirectoryInfo.cs