7 using System.Collections.Generic;
67 public const string TRUE =
"true";
68 public const string FALSE =
"false";
78 public IList<string>
file_names {
get; set; } =
new List<string>();
103 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
144 IDictionary<string, string>
options = null)
146 this.file_names = file_names ??
new List<string>();
147 this.options =
options ??
new Dictionary<string, string>();
161 public IList<string>
file_names {
get; set; } =
new List<string>();
164 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 Supported values: TRUE FALSE The d...
A set of parameters for Kinetica.deleteFiles(IList{string},IDictionary{string, string}).
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.
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},IDictionary{string, string}).
IList< string > file_names
Names of the files deleted from KiFS