7 using System.Collections.Generic;
31 public IList<string>
paths {
get; set; } =
new List<string>();
35 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
55 IDictionary<string, string>
options = null)
57 this.paths = paths ??
new List<string>();
58 this.options =
options ??
new Dictionary<string, string>();
93 public IList<string>
file_names {
get; set; } =
new List<string>();
96 public IList<long>
sizes {
get; set; } =
new List<long>();
99 public IList<string>
users {
get; set; } =
new List<string>();
115 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.showFiles(IList{string},IDictionary{string, string}).
ShowFilesRequest()
Constructs a ShowFilesRequest object with default parameters.
IList< long > creation_times
Creation time for each file, in milliseconds since epoch
IList< string > users
User that created the file
IDictionary< string, string > options
Optional parameters.
IList< long > sizes
Size of each file, in bytes
IList< string > file_names
A listing of files in the paths specified
ShowFilesRequest(IList< string > paths, IDictionary< string, string > options=null)
Constructs a ShowFilesRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string MULTIPART_UPLOADS
JSON-encoded information about multipart uploads in progress
A set of results returned by Kinetica.showFiles(IList{string},IDictionary{string, string})...
IList< string > paths
File paths to show.