7 using System.Collections.Generic;
35 public IList<string>
file_names {
get;
set; } =
new List<string>();
39 public IList<string>
urls {
get;
set; } =
new List<string>();
44 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
65 IDictionary<string, string>
options =
null)
67 this.file_names =
file_names ??
new List<string>();
68 this.urls =
urls ??
new List<string>();
89 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
UploadFilesFromurlRequest()
Constructs an UploadFilesFromurlRequest object with default parameters.
A set of parameters for Kinetica.uploadFilesFromurl.
IDictionary< string, string > options
Optional parameters.
IDictionary< string, string > info
Additional information.
UploadFilesFromurlRequest(IList< string > file_names, IList< string > urls, IDictionary< string, string > options=null)
Constructs an UploadFilesFromurlRequest object with the specified parameters.
IList< string > successful_urls
List of urls that were successfully uploaded.
IList< string > successful_file_names
List of file_names that were successfully uploaded.
IList< string > file_names
An array of full file name paths to be used for the files uploaded to KiFS.
KineticaData - class to help with Avro Encoding for Kinetica
IList< string > urls
List of URLs to upload, for each respective file in file_names.
A set of results returned by Kinetica.uploadFilesFromurl.