7 using System.Collections.Generic;
38 public const string TRUE =
"true";
39 public const string FALSE =
"false";
102 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
155 IDictionary<string, string>
options =
null)
173 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.deleteDirectory.
A set of string constants for the parameter options.
const string RECURSIVE
If TRUE, will delete directory and all files residing in it.
string directory_name
Value of directory_name.
DeleteDirectoryRequest(string directory_name, IDictionary< string, string > options=null)
Constructs a DeleteDirectoryRequest object with the specified parameters.
const string NO_ERROR_IF_NOT_EXISTS
If TRUE, no error is returned if specified directory does not exist.
A set of parameters for Kinetica.deleteDirectory.
string directory_name
Name of the directory in KiFS to be deleted.
IDictionary< string, string > options
Optional parameters.
DeleteDirectoryRequest()
Constructs a DeleteDirectoryRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.