Skip to main content

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]

override string kinetica.FileSystem.KifsDirectoryInfo.ToString ()
inline

Returns a string representation of this directory info.

Definition at line 41 of file KifsDirectoryInfo.cs.

◆ ToString() [2/2]

override string kinetica.FileSystem.KifsDirectoryInfo.ToString ()
inline

Returns a string representation of this directory info.

Definition at line 41 of file KifsDirectoryInfo.cs.

Property Documentation

◆ CreatedBy

string kinetica.FileSystem.KifsDirectoryInfo.CreatedBy = string.Empty
getset

Gets or sets the username of the user who created the directory.

Definition at line 16 of file KifsDirectoryInfo.cs.

◆ CreationDateTime

DateTime kinetica.FileSystem.KifsDirectoryInfo.CreationDateTime
get

Gets the creation time as a DateTime object.

Definition at line 26 of file KifsDirectoryInfo.cs.

◆ CreationTime

long kinetica.FileSystem.KifsDirectoryInfo.CreationTime
getset

Gets or sets the creation time as a Unix timestamp in milliseconds.

Definition at line 21 of file KifsDirectoryInfo.cs.

◆ Info

IDictionary< string, string > kinetica.FileSystem.KifsDirectoryInfo.Info = new Dictionary<string, string>()
getset

Gets or sets additional information about the directory.

Definition at line 36 of file KifsDirectoryInfo.cs.

◆ KifsPath

string kinetica.FileSystem.KifsDirectoryInfo.KifsPath = string.Empty
getset

Gets or sets the full KiFS directory path.

Definition at line 11 of file KifsDirectoryInfo.cs.

◆ Permission

string kinetica.FileSystem.KifsDirectoryInfo.Permission = string.Empty
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: