Kinetica   C#   API  Version 7.2.3.1
KifsDirectoryInfo Class Reference

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...
 

Detailed Description

Contains information about a directory in KiFS.

Definition at line 9 of file KifsDirectoryInfo.cs.

Member Function Documentation

◆ ToString()

override string KifsDirectoryInfo.ToString ( )
inline

Returns a string representation of this directory info.

Definition at line 44 of file KifsDirectoryInfo.cs.

Member Data Documentation

◆ CreationDateTime

DateTime KifsDirectoryInfo.CreationDateTime => DateTimeOffset.FromUnixTimeMilliseconds(CreationTime).DateTime

Gets the creation time as a DateTime object.

Definition at line 29 of file KifsDirectoryInfo.cs.

Property Documentation

◆ CreatedBy

string KifsDirectoryInfo.CreatedBy = string.Empty
getset

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

Definition at line 19 of file KifsDirectoryInfo.cs.

◆ CreationTime

long KifsDirectoryInfo.CreationTime
getset

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

Definition at line 24 of file KifsDirectoryInfo.cs.

◆ Info

IDictionary<string, string> KifsDirectoryInfo.Info = new Dictionary<string
getset

Gets or sets additional information about the directory.

Definition at line 39 of file KifsDirectoryInfo.cs.

◆ KifsPath

string KifsDirectoryInfo.KifsPath = string.Empty
getset

Gets or sets the full KiFS directory path.

Definition at line 14 of file KifsDirectoryInfo.cs.

◆ Permission

string KifsDirectoryInfo.Permission = string.Empty
getset

Gets or sets the permission string for the directory.

Definition at line 34 of file KifsDirectoryInfo.cs.


The documentation for this class was generated from the following file: