7 using System.Collections.Generic;
38 public const string TRUE =
"true";
39 public const string FALSE =
"false";
48 public IList<string>
file_names {
get;
set; } =
new List<string>();
72 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
110 IDictionary<string, string>
options =
null)
112 this.file_names =
file_names ??
new List<string>();
123 public IList<string>
file_names {
get;
set; } =
new List<string>();
126 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string NO_ERROR_IF_NOT_EXISTS
If TRUE, no error is returned if a specified file does not exist.
A set of parameters for Kinetica.deleteFiles.
DeleteFilesRequest()
Constructs a DeleteFilesRequest object with default parameters.
DeleteFilesRequest(IList< string > file_names, IDictionary< string, string > options=null)
Constructs a DeleteFilesRequest object with the specified parameters.
IList< string > file_names
An array of names of files to be deleted.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter options.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.deleteFiles.
IList< string > file_names
Names of the files deleted from KiFS