7 using System.Collections.Generic;
30 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
46 IDictionary<string, string>
options = null)
49 this.options =
options ??
new Dictionary<string, string>();
63 public IList<string>
directories {
get; set; } =
new List<string>();
67 public IList<string>
users {
get; set; } =
new List<string>();
76 public IList<long>
data_usages {
get; set; } =
new List<long>();
80 public IList<long>
data_limits {
get; set; } =
new List<long>();
87 public IList<string>
permissions {
get; set; } =
new List<string>();
90 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IList< string > users
User that created each directory for the respective directories in <member name="directories"> ...
string directory_name
The KiFS directory name to show.
ShowDirectoriesRequest(string directory_name=null, IDictionary< string, string > options=null)
Constructs a ShowDirectoriesRequest object with the specified parameters.
A set of parameters for Kinetica.showDirectories(string,IDictionary{string, string}).
A set of results returned by Kinetica.showDirectories(string,IDictionary{string, string}).
ShowDirectoriesRequest()
Constructs a ShowDirectoriesRequest object with default parameters.
IList< long > data_limits
The data limit for each directory in bytes, for the respective directories in <member name="directori...
IDictionary< string, string > options
Optional parameters.
IList< long > creation_times
The creation time for each directory in milliseconds since epoch, for the respective directories in <...
IList< string > permissions
Highest level of permission the calling user has for the respective directories in <member name="dire...
IList< string > directories
KiFS directory names
IList< long > data_usages
The data usage each directory in bytes, for the respective directories in <member name="directories">...
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica